|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfo.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
net.sourceforge.openutils.mgnlcas.CasClientCallback
public class CasClientCallback
Magnolia CAS Callback, based on CAS org.jasig.cas.client.authentication.AuthenticationFilter
| Field Summary | |
|---|---|
static java.lang.String |
CONST_CAS_ASSERTION
Represents the constant for where the assertion will be located in session. |
static java.lang.String |
CONST_CAS_GATEWAY
Represents the constant for where the gateway flag will be located in session. |
| Constructor Summary | |
|---|---|
CasClientCallback()
|
|
| Method Summary | |
|---|---|
void |
doCallback(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
setArtifactParameterName(java.lang.String artifactParameterName)
Sets the artifactParameterName. |
void |
setCasServerLoginUrl(java.lang.String casServerLoginUrl)
|
void |
setEncodeServiceUrl(boolean encodeServiceUrl)
Sets the encodeServiceUrl. |
void |
setGateway(boolean gateway)
|
void |
setRenew(boolean renew)
|
void |
setServiceParameterName(java.lang.String serviceParameterName)
Sets the serviceParameterName. |
| Methods inherited from class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback |
|---|
handle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONST_CAS_GATEWAY
public static final java.lang.String CONST_CAS_ASSERTION
| Constructor Detail |
|---|
public CasClientCallback()
| Method Detail |
|---|
public final void setRenew(boolean renew)
public final void setGateway(boolean gateway)
public final void setCasServerLoginUrl(java.lang.String casServerLoginUrl)
public void setArtifactParameterName(java.lang.String artifactParameterName)
artifactParameterName - the artifactParameterName to setpublic void setServiceParameterName(java.lang.String serviceParameterName)
serviceParameterName - the serviceParameterName to setpublic void setEncodeServiceUrl(boolean encodeServiceUrl)
encodeServiceUrl - the encodeServiceUrl to set
public void doCallback(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
doCallback in class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||