public interface IAuthorityConnector extends IConnector
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GLOBAL_DENY_TOKEN
This is the global deny token.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationResponse |
getAuthorizationResponse(java.lang.String userName)
Obtain the access tokens for a given Active Directory user name.
|
AuthorizationResponse |
getDefaultAuthorizationResponse(java.lang.String userName)
Obtain the default access tokens for a given user name.
|
check, clearThreadContext, connect, deinstall, disconnect, getConfiguration, install, isConnected, outputConfigurationBody, outputConfigurationHeader, poll, processConfigurationPost, setThreadContext, viewConfigurationstatic final java.lang.String GLOBAL_DENY_TOKEN
AuthorizationResponse getAuthorizationResponse(java.lang.String userName) throws ManifoldCFException
userName - is the user name or identifier.ManifoldCFExceptionAuthorizationResponse getDefaultAuthorizationResponse(java.lang.String userName)
userName - is the user name or identifier.