Modifier and Type | Method and Description |
---|---|
IProfileAuthenticator |
IProfile.getAuthenticator()
Retrieves the associated authenticator instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentCertAuthentication
Certificate server agent authentication.
|
class |
CMCAuth
UID/CMC authentication plug-in
|
class |
FlatFileAuth
This represents the authentication manager that authenticates
user against a file where id, and password are stored.
|
class |
SSLclientCertAuthentication
Certificate server SSL client authentication.
|
class |
TokenAuthentication
Token authentication.
|
class |
UidPwdDirAuthentication
uid/pwd directory based authentication manager
|
class |
UidPwdPinDirAuthentication
uid/pwd/pin directory based authentication manager
|
class |
UserPwdDirAuthentication
uid/pwd directory based authentication manager
|
Modifier and Type | Field and Description |
---|---|
protected IProfileAuthenticator |
BasicProfile.mAuthenticator |
Modifier and Type | Method and Description |
---|---|
IProfileAuthenticator |
BasicProfile.getAuthenticator() |
Modifier and Type | Method and Description |
---|---|
protected void |
CertProcessor.populateRequests(CertEnrollmentRequest data,
boolean isRenewal,
java.util.Locale locale,
java.util.Date origNotAfter,
java.lang.String origSubjectDN,
IRequest origReq,
java.lang.String profileId,
IProfile profile,
IProfileContext ctx,
IProfileAuthenticator authenticator,
IAuthToken authToken,
IRequest[] reqs) |
protected void |
CertProcessor.setCredentialsIntoContext(javax.servlet.http.HttpServletRequest request,
AuthCredentials creds,
IProfileAuthenticator authenticator,
IProfileContext ctx) |
Modifier and Type | Method and Description |
---|---|
IAuthToken |
CRSEnrollment.authenticate(AuthCredentials credentials,
IProfileAuthenticator authenticator,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
IAuthToken |
CAProcessor.authenticate(javax.servlet.http.HttpServletRequest request,
IRequest origReq,
IProfileAuthenticator authenticator,
SessionContext context,
boolean isRenewal,
AuthCredentials credentials) |
IAuthToken |
CAProcessor.authenticate(IProfileAuthenticator authenticator,
javax.servlet.http.HttpServletRequest request,
AuthCredentials credentials) |
IAuthToken |
CAProcessor.authenticate(IProfileAuthenticator authenticator,
javax.servlet.http.HttpServletRequest request,
IRequest origReq,
SessionContext context,
AuthCredentials credentials)
AUTHENTICATION FUNCTIONS (move to Realm?)
|
Modifier and Type | Method and Description |
---|---|
IAuthToken |
ProfileSubmitCMCServlet.authenticate(IProfileAuthenticator authenticator,
javax.servlet.http.HttpServletRequest request) |