Uses of Interface
com.netscape.certsrv.authentication.IAuthCredentials
-
-
Uses of IAuthCredentials in com.netscape.certsrv.authentication
Classes in com.netscape.certsrv.authentication that implement IAuthCredentials Modifier and Type Class Description class
AuthCredentials
Authentication Credentials as input to the authMgr. -
Uses of IAuthCredentials in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type IAuthCredentials Modifier and Type Method Description IAuthToken
AgentCertAuthentication. authenticate(IAuthCredentials authCred)
authenticates user(agent) by certificateIAuthToken
CMCAuth. authenticate(IAuthCredentials authCred)
Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.IAuthToken
DirBasedAuthentication. authenticate(IAuthCredentials authCred)
Authenticates user through LDAP by a set of credentials.protected abstract java.lang.String
DirBasedAuthentication. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)
Authenticates a user through directory based a set of credentials.IAuthToken
FlatFileAuth. authenticate(IAuthCredentials authCred)
Authenticate the requestIAuthToken
HashAuthentication. authenticate(IAuthCredentials authCreds)
Authenticates a user based on uid, pwd in the directory.protected java.lang.String
PortalEnroll. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)
Authenticates a user based on uid, pwd in the directory.IAuthToken
SessionAuthentication. authenticate(IAuthCredentials authCred)
Authenticate user.protected java.lang.String
SharedSecret. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)
unsupported This is an unconventional authentication plugin implementation that does not support authenticate()IAuthToken
SSLclientCertAuthentication. authenticate(IAuthCredentials authCred)
authenticates user by certificateIAuthToken
TokenAuthentication. authenticate(IAuthCredentials authCred)
authenticates user(agent) by certificateprotected java.lang.String
UidPwdDirAuthentication. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)
Authenticates a user based on uid, pwd in the directory.protected java.lang.String
UidPwdPinDirAuthentication. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)
Authenticates a user based on its uid, pwd, pin in the directory.protected java.lang.String
UserPwdDirAuthentication. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)
Authenticates a user based on attr, pwd in the directory. -
Uses of IAuthCredentials in com.netscape.cms.servlet.admin
Classes in com.netscape.cms.servlet.admin that implement IAuthCredentials Modifier and Type Class Description class
AuthCredentials
Authentication Credentials as input to the authMgr -
Uses of IAuthCredentials in com.netscape.cms.servlet.common
Classes in com.netscape.cms.servlet.common that implement IAuthCredentials Modifier and Type Class Description class
AuthCredentials
Authentication Credentials as input to the authMgr -
Uses of IAuthCredentials in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication with parameters of type IAuthCredentials Modifier and Type Method Description IAuthToken
AuthSubsystem. authenticate(IAuthCredentials authCred, java.lang.String authMgrInstName)
Authenticate to the named authentication manager instanceIAuthToken
CertUserDBAuthentication. authenticate(IAuthCredentials authCred)
authenticates user(agent) by certificateIAuthToken
ChallengePhraseAuthentication. authenticate(IAuthCredentials authCred)
authenticates revocation of a certification by a challenge phraseIAuthToken
NullAuthentication. authenticate(IAuthCredentials authCred)
authenticates nothingIAuthToken
PasswdUserDBAuthentication. authenticate(IAuthCredentials authCred)
authenticates administratrators by LDAP uid/pwdIAuthToken
SSLClientCertAuthentication. authenticate(IAuthCredentials authCred)
-
Uses of IAuthCredentials in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication with parameters of type IAuthCredentials Modifier and Type Method Description IAuthToken
AuthManager. authenticate(IAuthCredentials authCred)
Authenticate the given credentials.
-