Uses of Class
com.netscape.certsrv.authentication.AuthMgrPlugin
-
Packages that use AuthMgrPlugin Package Description com.netscape.cmscore.authentication org.dogtagpki.server.authentication -
-
Uses of AuthMgrPlugin in com.netscape.cmscore.authentication
Fields in com.netscape.cmscore.authentication with type parameters of type AuthMgrPlugin Modifier and Type Field Description java.util.Hashtable<java.lang.String,AuthMgrPlugin>
AuthSubsystem. mAuthMgrPlugins
Methods in com.netscape.cmscore.authentication that return AuthMgrPlugin Modifier and Type Method Description AuthMgrPlugin
AuthSubsystem. getAuthManagerPluginImpl(java.lang.String name)
retrieve a single auth manager plugin by nameMethods in com.netscape.cmscore.authentication that return types with arguments of type AuthMgrPlugin Modifier and Type Method Description java.util.Enumeration<AuthMgrPlugin>
AuthSubsystem. getAuthManagerPlugins()
Enumerate all registered authentication manager plugins.java.util.Hashtable<java.lang.String,AuthMgrPlugin>
AuthSubsystem. getPlugins()
-
Uses of AuthMgrPlugin in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that return AuthMgrPlugin Modifier and Type Method Description AuthMgrPlugin
IAuthSubsystem. getAuthManagerPluginImpl(java.lang.String name)
Get an authentication manager plugin impl for the given name.Methods in org.dogtagpki.server.authentication that return types with arguments of type AuthMgrPlugin Modifier and Type Method Description java.util.Enumeration<AuthMgrPlugin>
IAuthSubsystem. getAuthManagerPlugins()
Gets an enumeration of authentication manager plugins.java.util.Hashtable<java.lang.String,AuthMgrPlugin>
IAuthSubsystem. getPlugins()
Get a hashtable containing all authentication plugins.
-