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 classAuthCredentialsAuthentication 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 IAuthTokenAgentCertAuthentication. authenticate(IAuthCredentials authCred)authenticates user(agent) by certificateIAuthTokenCMCAuth. authenticate(IAuthCredentials authCred)Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name.IAuthTokenDirBasedAuthentication. authenticate(IAuthCredentials authCred)Authenticates user through LDAP by a set of credentials.protected abstract java.lang.StringDirBasedAuthentication. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)Authenticates a user through directory based a set of credentials.IAuthTokenFlatFileAuth. authenticate(IAuthCredentials authCred)Authenticate the requestIAuthTokenHashAuthentication. authenticate(IAuthCredentials authCreds)Authenticates a user based on uid, pwd in the directory.protected java.lang.StringPortalEnroll. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)Authenticates a user based on uid, pwd in the directory.IAuthTokenSessionAuthentication. authenticate(IAuthCredentials authCred)Authenticate user.protected java.lang.StringSharedSecret. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)unsupported This is an unconventional authentication plugin implementation that does not support authenticate()IAuthTokenSSLclientCertAuthentication. authenticate(IAuthCredentials authCred)authenticates user by certificateIAuthTokenTokenAuthentication. authenticate(IAuthCredentials authCred)authenticates user(agent) by certificateprotected java.lang.StringUidPwdDirAuthentication. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)Authenticates a user based on uid, pwd in the directory.protected java.lang.StringUidPwdPinDirAuthentication. authenticate(netscape.ldap.LDAPConnection conn, IAuthCredentials authCreds, AuthToken token)Authenticates a user based on its uid, pwd, pin in the directory.protected java.lang.StringUserPwdDirAuthentication. 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 classAuthCredentialsAuthentication 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 classAuthCredentialsAuthentication 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 IAuthTokenAuthSubsystem. authenticate(IAuthCredentials authCred, java.lang.String authMgrInstName)Authenticate to the named authentication manager instanceIAuthTokenCertUserDBAuthentication. authenticate(IAuthCredentials authCred)authenticates user(agent) by certificateIAuthTokenChallengePhraseAuthentication. authenticate(IAuthCredentials authCred)authenticates revocation of a certification by a challenge phraseIAuthTokenNullAuthentication. authenticate(IAuthCredentials authCred)authenticates nothingIAuthTokenPasswdUserDBAuthentication. authenticate(IAuthCredentials authCred)authenticates administratrators by LDAP uid/pwdIAuthTokenSSLClientCertAuthentication. 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 IAuthTokenAuthManager. authenticate(IAuthCredentials authCred)Authenticate the given credentials.
-