public class DirectCasClient extends DirectClient<TokenCredentials,CommonProfile>
This class is the direct client to authenticate users on a CAS server for a web application in a stateless way: when trying to access a protected area, the user will be redirected to the CAS server for login and then back directly to this originally requested url.
You should generally use the CasClient instead (this one is very specific and was designed for OAuth /
OpenID Connect implementations in the CAS server.
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 |
|---|
DirectCasClient() |
DirectCasClient(CasConfiguration casConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clientInit() |
protected void |
defaultAuthenticator(Authenticator authenticator) |
CallbackUrlResolver |
getCallbackUrlResolver() |
CasConfiguration |
getConfiguration() |
UrlResolver |
getUrlResolver() |
protected TokenCredentials |
retrieveCredentials(WebContext context) |
void |
setCallbackUrlResolver(CallbackUrlResolver callbackUrlResolver) |
void |
setConfiguration(CasConfiguration configuration) |
void |
setUrlResolver(UrlResolver urlResolver) |
java.lang.String |
toString() |
getCredentials, getLogoutAction, internalInit, redirectaddAuthorizationGenerator, addAuthorizationGenerators, defaultCredentialsExtractor, defaultProfileCreator, getAuthenticator, getAuthorizationGenerators, getCredentialsExtractor, getCustomProperties, getName, getProfileCreator, getUserProfile, notifySessionRenewal, retrieveUserProfile, setAuthenticator, setAuthorizationGenerator, setAuthorizationGenerators, setAuthorizationGenerators, setCredentialsExtractor, setCustomProperties, setName, setProfileCreatorinitpublic DirectCasClient()
public DirectCasClient(CasConfiguration casConfiguration)
protected void clientInit()
clientInit in class DirectClient<TokenCredentials,CommonProfile>protected TokenCredentials retrieveCredentials(WebContext context)
retrieveCredentials in class BaseClient<TokenCredentials,CommonProfile>protected void defaultAuthenticator(Authenticator authenticator)
defaultAuthenticator in class BaseClient<TokenCredentials,CommonProfile>public CasConfiguration getConfiguration()
public void setConfiguration(CasConfiguration configuration)
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.