Package | Description |
---|---|
com.netscape.certsrv.authentication | |
com.netscape.certsrv.authorization | |
com.netscape.certsrv.evaluators | |
com.netscape.certsrv.profile | |
com.netscape.certsrv.request |
Modifier and Type | Class and Description |
---|---|
class |
AuthToken
Authentication token returned by Authentication Managers.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AuthzToken |
IAuthzManager.authorize(IAuthToken authToken,
java.lang.String expression) |
AuthzToken |
IAuthzManager.authorize(IAuthToken authToken,
java.lang.String resource,
java.lang.String operation)
Check if the user is authorized to perform the given operation on the
given resource.
|
AuthzToken |
IAuthzSubsystem.authorize(java.lang.String authzMgrName,
IAuthToken authToken,
java.lang.String exp) |
AuthzToken |
IAuthzSubsystem.authorize(java.lang.String authzMgrName,
IAuthToken authToken,
java.lang.String resource,
java.lang.String operation)
authorize the user associated with the given authToken for a given
operation with the given authorization manager name
|
Modifier and Type | Method and Description |
---|---|
boolean |
IAccessEvaluator.evaluate(IAuthToken authToken,
java.lang.String type,
java.lang.String op,
java.lang.String value)
Evaluates if the given value satisfies the access
control in authToken obtained from Authentication.
|
Modifier and Type | Method and Description |
---|---|
void |
IProfileAuthenticator.populate(IAuthToken token,
IRequest request)
Populates authentication specific information into the
request for auditing purposes.
|
void |
IProfile.submit(IAuthToken token,
IRequest request)
Handles end-user request submission.
|
Modifier and Type | Method and Description |
---|---|
IAuthToken |
IRequest.getExtDataInAuthToken(java.lang.String key)
Retrieves an authtoken.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IRequest.setExtData(java.lang.String key,
IAuthToken data)
Stores an AuthToken the same as a Hashtable.
|