Uses of Class
org.dcache.xrootd.plugins.authn.gsi.GSICredentialManager
-
Packages that use GSICredentialManager Package Description org.dcache.xrootd.plugins.authn.gsi org.dcache.xrootd.plugins.authn.gsi.post49 org.dcache.xrootd.plugins.authn.gsi.pre49 -
-
Uses of GSICredentialManager in org.dcache.xrootd.plugins.authn.gsi
Fields in org.dcache.xrootd.plugins.authn.gsi declared as GSICredentialManager Modifier and Type Field Description protected GSICredentialManagerGSIRequestHandler. credentialManagerConstructors in org.dcache.xrootd.plugins.authn.gsi with parameters of type GSICredentialManager Constructor Description GSIAuthenticationHandler(GSICredentialManager credentialManager)GSIClientAuthenticationHandler(GSICredentialManager credentialManager)GSIClientRequestHandler(GSICredentialManager credentialManager, XrootdTpcClient client)GSIRequestHandler(GSICredentialManager credentialManager)GSIServerRequestHandler(javax.security.auth.Subject subject, GSICredentialManager credentialManager) -
Uses of GSICredentialManager in org.dcache.xrootd.plugins.authn.gsi.post49
Constructors in org.dcache.xrootd.plugins.authn.gsi.post49 with parameters of type GSICredentialManager Constructor Description GSIPost49ClientRequestHandler(GSICredentialManager credentialManager, XrootdTpcClient client)GSIPost49ServerRequestHandler(javax.security.auth.Subject subject, GSICredentialManager credentialManager) -
Uses of GSICredentialManager in org.dcache.xrootd.plugins.authn.gsi.pre49
Constructors in org.dcache.xrootd.plugins.authn.gsi.pre49 with parameters of type GSICredentialManager Constructor Description GSIPre49ClientRequestHandler(GSICredentialManager credentialManager, XrootdTpcClient client)GSIPre49ServerRequestHandler(javax.security.auth.Subject subject, GSICredentialManager credentialManager)
-