public interface IAuthorityConnector extends IConnector
Modifier and Type | Field and Description |
---|---|
static String |
GLOBAL_DENY_TOKEN
This is the global deny token.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationResponse |
getAuthorizationResponse(String userName)
Obtain the access tokens for a given Active Directory user name.
|
AuthorizationResponse |
getDefaultAuthorizationResponse(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, viewConfiguration
static final String GLOBAL_DENY_TOKEN
AuthorizationResponse getAuthorizationResponse(String userName) throws ManifoldCFException
userName
- is the user name or identifier.ManifoldCFException
AuthorizationResponse getDefaultAuthorizationResponse(String userName)
userName
- is the user name or identifier.