public interface CASSecurityTokenProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
CASSecurityTokenProvider.REQUEST_TYPE |
| Modifier and Type | Method and Description |
|---|---|
CASSecurityToken |
getSecurityToken(CASClientInterface client,
CASSecurityTokenProvider.REQUEST_TYPE type)
Called prior to authentication, providing an opportunity to supply security credentials.
|
CASSecurityToken getSecurityToken(CASClientInterface client, CASSecurityTokenProvider.REQUEST_TYPE type) throws CASException, java.io.IOException
client - The client interfacetype - The type of requestCASExceptionjava.io.IOException