|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.catalina.util.LifecycleBase
org.apache.catalina.util.LifecycleMBeanBase
org.apache.catalina.valves.ValveBase
org.apache.catalina.authenticator.AuthenticatorBase
org.jasig.cas.client.tomcat.v7.AbstractAuthenticator
org.jasig.cas.client.tomcat.v7.AbstractCasAuthenticator
public abstract class AbstractCasAuthenticator
Base class for all CAS protocol authenticators.
| Field Summary |
|---|
| Fields inherited from class org.jasig.cas.client.tomcat.v7.AbstractAuthenticator |
|---|
logger |
| Fields inherited from class org.apache.catalina.authenticator.AuthenticatorBase |
|---|
algorithm, alwaysUseSession, AUTH_HEADER_NAME, cache, changeSessionIdOnAuthentication, context, DEFAULT_ALGORITHM, disableProxyCaching, info, REALM_NAME, securePagesWithPragma, secureRandomAlgorithm, secureRandomClass, secureRandomProvider, SESSION_ID_BYTES, sessionIdGenerator, sm, sso |
| Fields inherited from class org.apache.catalina.valves.ValveBase |
|---|
asyncSupported, container, containerLog, next |
| Fields inherited from class org.apache.catalina.util.LifecycleMBeanBase |
|---|
mserver |
| Fields inherited from interface org.apache.catalina.Lifecycle |
|---|
AFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT |
| Constructor Summary | |
|---|---|
AbstractCasAuthenticator()
|
|
| Method Summary | |
|---|---|
protected String |
getArtifactParameterName()
Abstract method that subclasses should use to provide the name of the artifact parameter (i.e. |
protected String |
getProxyCallbackUrl()
|
protected String |
getServiceParameterName()
Abstract method that subclasses should use to provide the name of the service parameter (i.e. |
void |
setProxyCallbackUrl(String proxyCallbackUrl)
|
| Methods inherited from class org.jasig.cas.client.tomcat.v7.AbstractAuthenticator |
|---|
authenticate, getAuthenticationMethod, getAuthMethod, getCasServerUrlPrefix, getEncoding, getInfo, getName, getTicketValidator, isEncode, isRenew, lifecycleEvent, setCasServerLoginUrl, setCasServerUrlPrefix, setEncode, setEncoding, setRenew, setServerName, setServiceUrl, setState, startInternal |
| Methods inherited from class org.apache.catalina.authenticator.AuthenticatorBase |
|---|
associate, doLogin, getAlgorithm, getCache, getChangeSessionIdOnAuthentication, getContainer, getDisableProxyCaching, getSecurePagesWithPragma, getSecureRandomAlgorithm, getSecureRandomClass, getSecureRandomProvider, invoke, login, logout, reauthenticateFromSSO, register, setAlgorithm, setCache, setChangeSessionIdOnAuthentication, setContainer, setDisableProxyCaching, setSecurePagesWithPragma, setSecureRandomAlgorithm, setSecureRandomClass, setSecureRandomProvider, stopInternal |
| Methods inherited from class org.apache.catalina.valves.ValveBase |
|---|
backgroundProcess, event, getDomainInternal, getNext, getObjectNameKeyProperties, initInternal, isAsyncSupported, setAsyncSupported, setNext, toString |
| Methods inherited from class org.apache.catalina.util.LifecycleMBeanBase |
|---|
destroyInternal, getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregister |
| Methods inherited from class org.apache.catalina.util.LifecycleBase |
|---|
addLifecycleListener, destroy, findLifecycleListeners, fireLifecycleEvent, getState, getStateName, init, removeLifecycleListener, setState, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractCasAuthenticator()
| Method Detail |
|---|
protected final String getProxyCallbackUrl()
public final void setProxyCallbackUrl(String proxyCallbackUrl)
protected final String getArtifactParameterName()
AbstractAuthenticator
getArtifactParameterName in class AbstractAuthenticatorprotected final String getServiceParameterName()
AbstractAuthenticator
getServiceParameterName in class AbstractAuthenticator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||