public class DirectCasProxyClient extends DirectClient<TokenCredentials,CommonProfile>
This class is the direct client to authenticate users based on CAS proxy tickets.
The configuration can be defined via the configuration object.
As no session is meant to be created, this client does not handle CAS logout requests.
For proxy support, a CasProxyReceptor must be defined in the configuration (the corresponding "callback filter" must be
enabled) and set to the CAS configuration of this client. In that case, a CasProxyProfile will be return
(instead of a CasProfile) to be able to request proxy tickets.
logger| Constructor and Description |
|---|
DirectCasProxyClient() |
DirectCasProxyClient(CasConfiguration casConfiguration,
java.lang.String serviceUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clientInit() |
CallbackUrlResolver |
getCallbackUrlResolver() |
CasConfiguration |
getConfiguration() |
java.lang.String |
getServiceUrl() |
UrlResolver |
getUrlResolver() |
void |
setCallbackUrlResolver(CallbackUrlResolver callbackUrlResolver) |
void |
setConfiguration(CasConfiguration configuration) |
void |
setServiceUrl(java.lang.String serviceUrl) |
void |
setUrlResolver(UrlResolver urlResolver) |
java.lang.String |
toString() |
getCredentials, getLogoutAction, internalInit, redirectaddAuthorizationGenerator, addAuthorizationGenerators, defaultAuthenticator, defaultCredentialsExtractor, defaultProfileCreator, getAuthenticator, getAuthorizationGenerators, getCredentialsExtractor, getCustomProperties, getName, getProfileCreator, getUserProfile, notifySessionRenewal, retrieveCredentials, retrieveUserProfile, setAuthenticator, setAuthorizationGenerator, setAuthorizationGenerators, setAuthorizationGenerators, setCredentialsExtractor, setCustomProperties, setName, setProfileCreatorinitpublic DirectCasProxyClient()
public DirectCasProxyClient(CasConfiguration casConfiguration, java.lang.String serviceUrl)
protected void clientInit()
clientInit in class DirectClient<TokenCredentials,CommonProfile>public CasConfiguration getConfiguration()
public void setConfiguration(CasConfiguration configuration)
public java.lang.String getServiceUrl()
public void setServiceUrl(java.lang.String serviceUrl)
public UrlResolver getUrlResolver()
public void setUrlResolver(UrlResolver urlResolver)
public CallbackUrlResolver getCallbackUrlResolver()
public void setCallbackUrlResolver(CallbackUrlResolver callbackUrlResolver)
public java.lang.String toString()
toString in class BaseClient<TokenCredentials,CommonProfile>Copyright © 2019. All Rights Reserved.