Uses of Class
edu.uiuc.ncsa.myproxy.MyProxyServiceFacade
-
Packages that use MyProxyServiceFacade Package Description edu.uiuc.ncsa.myproxy MyProxy Logon.edu.uiuc.ncsa.myproxy.oa4mp.server edu.uiuc.ncsa.myproxy.oa4mp.server.servlet -
-
Uses of MyProxyServiceFacade in edu.uiuc.ncsa.myproxy
Constructors in edu.uiuc.ncsa.myproxy with parameters of type MyProxyServiceFacade Constructor Description MPConnectionProvider(MyProxyServiceFacade facade)
MPConnectionProvider(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, MyProxyServiceFacade facade)
Convenience constructor for a single facadeMPSingleConnectionProvider(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, String username, String password, long lifetime, MyProxyServiceFacade facade)
MPSingleConnectionProvider(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, String username, String password, String loa, long lifetime, MyProxyServiceFacade facade)
Constructor parameters in edu.uiuc.ncsa.myproxy with type arguments of type MyProxyServiceFacade Constructor Description MPConnectionProvider(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, List<MyProxyServiceFacade> facades)
MPConnectionProvider(List<MyProxyServiceFacade> facades)
-
Uses of MyProxyServiceFacade in edu.uiuc.ncsa.myproxy.oa4mp.server
Fields in edu.uiuc.ncsa.myproxy.oa4mp.server with type parameters of type MyProxyServiceFacade Modifier and Type Field Description protected List<MyProxyServiceFacade>
MyProxyServiceEnvironment. myProxyServices
Methods in edu.uiuc.ncsa.myproxy.oa4mp.server that return MyProxyServiceFacade Modifier and Type Method Description MyProxyServiceFacade
MyProxyFacadeProvider. get()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.server that return types with arguments of type MyProxyServiceFacade Modifier and Type Method Description List<MyProxyServiceFacade>
MyProxyServiceEnvironment. getMyProxyServices()
List<MyProxyServiceFacade>
ServiceEnvironment. getMyProxyServices()
List of known MyProxy servers. -
Uses of MyProxyServiceFacade in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet
Methods in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet that return types with arguments of type MyProxyServiceFacade Modifier and Type Method Description static List<MyProxyServiceFacade>
MyProxyDelegationServlet. getMyproxyServices()
-