public final class CasProxyReceptor extends IndirectClient<TokenCredentials,CommonProfile>
This class is the CAS proxy receptor.
The url of the proxy receptor is defined via the IndirectClient.setCallbackUrl(String) method, it's the proxyReceptorUrl concept of the Jasig CAS client.
The proxy granting tickets and associations are stored by default in a Store class, which can be overridden by using the setStore(Store) method.
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_PROXY_GRANTING_TICKET |
static String |
PARAM_PROXY_GRANTING_TICKET_IOU |
ATTEMPTED_AUTHENTICATION_SUFFIX, callbackUrl, urlResolver| Constructor and Description |
|---|
CasProxyReceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clientInit(WebContext context) |
Store<String,String> |
getStore() |
void |
setStore(Store<String,String> store) |
String |
toString() |
computeFinalCallbackUrl, defaultLogoutActionBuilder, defaultRedirectActionBuilder, getAjaxRequestResolver, getCallbackUrl, getCallbackUrlResolver, getCredentials, getLogoutAction, getLogoutActionBuilder, getRedirectAction, getRedirectActionBuilder, getUrlResolver, internalInit, isIncludeClientNameInCallbackUrl, redirect, setAjaxRequestResolver, setCallbackUrl, setCallbackUrlResolver, setIncludeClientNameInCallbackUrl, setLogoutActionBuilder, setRedirectActionBuilder, setUrlResolveraddAuthorizationGenerator, addAuthorizationGenerators, defaultAuthenticator, defaultCredentialsExtractor, defaultProfileCreator, getAuthenticator, getAuthorizationGenerators, getCredentialsExtractor, getName, getProfileCreator, getUserProfile, notifySessionRenewal, retrieveCredentials, retrieveUserProfile, setAuthenticator, setAuthorizationGenerator, setAuthorizationGenerators, setAuthorizationGenerators, setCredentialsExtractor, setName, setProfileCreatorinit, reinitpublic static final String PARAM_PROXY_GRANTING_TICKET_IOU
public static final String PARAM_PROXY_GRANTING_TICKET
protected void clientInit(WebContext context)
clientInit in class IndirectClient<TokenCredentials,CommonProfile>public String toString()
toString in class IndirectClient<TokenCredentials,CommonProfile>Copyright © 2017. All Rights Reserved.