public class CasClient extends IndirectClient<TokenCredentials,CommonProfile>
This class is the client to authenticate users on a CAS server for a web application in a stateful way: when trying to access a protected area, the user will be redirected to the CAS server for login and then back to the application (on the callback endpoint) and finally to the originally requested url.
The configuration can be defined via the configuration object.
By default, the LogoutHandler will be a DefaultLogoutHandler. Use null to
disable logout support.
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.
ATTEMPTED_AUTHENTICATION_SUFFIX, callbackUrl, callbackUrlResolver, urlResolverlogger| Constructor and Description |
|---|
CasClient() |
CasClient(CasConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clientInit() |
CasConfiguration |
getConfiguration() |
void |
notifySessionRenewal(java.lang.String oldSessionId,
WebContext context) |
void |
setConfiguration(CasConfiguration configuration) |
java.lang.String |
toString() |
computeFinalCallbackUrl, defaultLogoutActionBuilder, defaultRedirectActionBuilder, getAjaxRequestResolver, getCallbackUrl, getCallbackUrlResolver, getCredentials, getLogoutAction, getLogoutActionBuilder, getRedirectAction, getRedirectActionBuilder, getUrlResolver, internalInit, newDefaultCallbackUrlResolver, redirect, setAjaxRequestResolver, setCallbackUrl, setCallbackUrlResolver, setLogoutActionBuilder, setRedirectActionBuilder, setUrlResolveraddAuthorizationGenerator, addAuthorizationGenerators, defaultAuthenticator, defaultCredentialsExtractor, defaultProfileCreator, getAuthenticator, getAuthorizationGenerators, getCredentialsExtractor, getCustomProperties, getName, getProfileCreator, getUserProfile, retrieveCredentials, retrieveUserProfile, setAuthenticator, setAuthorizationGenerator, setAuthorizationGenerators, setAuthorizationGenerators, setCredentialsExtractor, setCustomProperties, setName, setProfileCreatorinitpublic CasClient()
public CasClient(CasConfiguration configuration)
protected void clientInit()
clientInit in class IndirectClient<TokenCredentials,CommonProfile>public void notifySessionRenewal(java.lang.String oldSessionId,
WebContext context)
notifySessionRenewal in class BaseClient<TokenCredentials,CommonProfile>public CasConfiguration getConfiguration()
public void setConfiguration(CasConfiguration configuration)
public java.lang.String toString()
toString in class IndirectClient<TokenCredentials,CommonProfile>Copyright © 2019. All Rights Reserved.