Package | Description |
---|---|
org.apache.manifoldcf.authorities.authorities | |
org.apache.manifoldcf.authorities.interfaces | |
org.apache.manifoldcf.authorities.system |
Modifier and Type | Field and Description |
---|---|
protected static AuthorizationResponse |
BaseAuthorityConnector.RESPONSE_UNREACHABLE |
protected static AuthorizationResponse |
BaseAuthorityConnector.RESPONSE_UNREACHABLE_ADDITIVE |
protected static AuthorizationResponse |
BaseAuthorityConnector.RESPONSE_USERNOTFOUND |
protected static AuthorizationResponse |
BaseAuthorityConnector.RESPONSE_USERNOTFOUND_ADDITIVE |
protected static AuthorizationResponse |
BaseAuthorityConnector.RESPONSE_USERUNAUTHORIZED |
protected static AuthorizationResponse |
BaseAuthorityConnector.RESPONSE_USERUNAUTHORIZED_ADDITIVE |
Modifier and Type | Method and Description |
---|---|
AuthorizationResponse |
BaseAuthorityConnector.getAuthorizationResponse(String userName)
Obtain the access tokens for a given user name.
|
AuthorizationResponse |
BaseAuthorityConnector.getDefaultAuthorizationResponse(String userName)
Obtain the default access tokens for a given user name.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationResponse |
IAuthorityConnector.getAuthorizationResponse(String userName)
Obtain the access tokens for a given Active Directory user name.
|
static AuthorizationResponse |
AuthorityConnectorFactory.getDefaultAuthorizationResponse(IThreadContext threadContext,
String className,
String userName)
Get the default response from a connector.
|
AuthorizationResponse |
IAuthorityConnector.getDefaultAuthorizationResponse(String userName)
Obtain the default access tokens for a given user name.
|
AuthorizationResponse |
AuthorityConnectorFactory.getThisDefaultAuthorizationResponse(IThreadContext threadContext,
String className,
String userName)
Get the default response from a connector.
|
Modifier and Type | Field and Description |
---|---|
protected AuthorizationResponse |
AuthRequest.answerResponse |
Modifier and Type | Method and Description |
---|---|
AuthorizationResponse |
AuthRequest.getAnswerResponse()
Get the answer tokens
|
Modifier and Type | Method and Description |
---|---|
void |
AuthRequest.completeRequest(AuthorizationResponse answerResponse,
Throwable answerException)
Note that the request is complete, and record the answers.
|