|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAuthCredentials | |
---|---|
com.netscape.certsrv.authentication | |
com.netscape.cms.authentication | |
com.netscape.cms.servlet.common |
Uses of IAuthCredentials in com.netscape.certsrv.authentication |
---|
Methods in com.netscape.certsrv.authentication with parameters of type IAuthCredentials | |
---|---|
IAuthToken |
IAuthManager.authenticate(IAuthCredentials authCred)
Authenticate the given credentials. |
IAuthToken |
IAuthSubsystem.authenticate(IAuthCredentials authCred,
java.lang.String authMgrName)
Authenticate the given credentials using the given manager name. |
Uses of IAuthCredentials in com.netscape.cms.authentication |
---|
Methods in com.netscape.cms.authentication with parameters of type IAuthCredentials | |
---|---|
IAuthToken |
AgentCertAuthentication.authenticate(IAuthCredentials authCred)
authenticates user(agent) by certificate |
IAuthToken |
TokenAuthentication.authenticate(IAuthCredentials authCred)
authenticates user(agent) by certificate |
IAuthToken |
CMCAuth.authenticate(IAuthCredentials authCred)
Authenticates user by their CMC; resulting AuthToken sets a TOKEN_SUBJECT for the subject name. |
IAuthToken |
FlatFileAuth.authenticate(IAuthCredentials authCred)
Authenticate the request |
IAuthToken |
DirBasedAuthentication.authenticate(IAuthCredentials authCred)
Authenticates user through LDAP by a set of credentials. |
IAuthToken |
HashAuthentication.authenticate(IAuthCredentials authCreds)
Authenticates a user based on uid, pwd in the directory. |
IAuthToken |
SSLclientCertAuthentication.authenticate(IAuthCredentials authCred)
authenticates user by certificate |
protected java.lang.String |
PortalEnroll.authenticate(netscape.ldap.LDAPConnection conn,
IAuthCredentials authCreds,
AuthToken token)
Authenticates a user based on uid, pwd in the directory. |
protected java.lang.String |
UdnPwdDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn,
IAuthCredentials authCreds,
AuthToken token)
Authenticates a user based on udn, pwd in the directory. |
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. |
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 |
UidPwdDirAuthentication.authenticate(netscape.ldap.LDAPConnection conn,
IAuthCredentials authCreds,
AuthToken token)
Authenticates a user based on uid, pwd 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.common |
---|
Classes in com.netscape.cms.servlet.common that implement IAuthCredentials | |
---|---|
class |
AuthCredentials
Authentication Credentials as input to the authMgr |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |