Uses of Interface
edu.uiuc.ncsa.myproxy.MyProxyConnectable
-
Packages that use MyProxyConnectable Package Description edu.uiuc.ncsa.myproxy MyProxy Logon.edu.uiuc.ncsa.myproxy.oa4mp.server.servlet -
-
Uses of MyProxyConnectable in edu.uiuc.ncsa.myproxy
Classes in edu.uiuc.ncsa.myproxy with type parameters of type MyProxyConnectable Modifier and Type Class Description class
MPConnectionProvider<T extends MyProxyConnectable>
A class that performs certain operations on sets ofMyProxyServiceFacade
s and returns an openMyProxyConnectable
.class
MPSingleConnectionProvider<T extends MyProxyConnectable>
Creates a singleMyProxyConnectable
object for a given configuration.Classes in edu.uiuc.ncsa.myproxy that implement MyProxyConnectable Modifier and Type Class Description static class
MPSingleConnectionProvider.MyProxyLogonConnection
-
Uses of MyProxyConnectable in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet
Methods in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet that return MyProxyConnectable Modifier and Type Method Description protected MyProxyConnectable
CRServlet. createMPConnection(edu.uiuc.ncsa.security.core.Identifier identifier, String userName, String password, long lifetime)
Returns a working MyProxy connection or it fails.protected MyProxyConnectable
CRServlet. createMPConnection(edu.uiuc.ncsa.security.core.Identifier identifier, String userName, String password, long lifetime, String loa)
protected MyProxyConnectable
MyProxyDelegationServlet. getMPConnection(ServiceTransaction transaction)
protected MyProxyConnectable
MyProxyDelegationServlet. getMPConnection(edu.uiuc.ncsa.security.core.Identifier identifier)
-