| Type | Name and description |
|---|---|
java.lang.String |
authCookieName |
org.jasig.cas.client.authentication.AuthenticationRedirectStrategy |
authenticationRedirectStrategy |
java.lang.String |
casServerLoginUrl |
boolean |
enabled |
boolean |
encodeServiceUrl |
org.jasig.cas.client.authentication.GatewayResolver |
gatewayStorage |
grails.core.GrailsApplication |
grailsApplication |
org.jasig.cas.client.authentication.UrlPatternMatcherStrategy |
ignoreUrlPatternMatcherStrategy |
int |
order |
org.jasig.cas.client.Protocol |
protocol |
boolean |
renew |
java.lang.String |
serverName |
java.lang.String |
service |
UserAgentFilterService |
userAgentFilterService |
| Constructor and description |
|---|
SsoInterceptor
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
after() |
|
void |
afterView() |
|
boolean |
before() |
|
protected java.lang.String |
constructServiceUrl(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) |
|
protected boolean |
cookieExists(javax.servlet.http.HttpServletRequest request) |
|
boolean |
doCasAuthenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean gateway, boolean renew) |
|
void |
init() |
|
protected java.lang.String |
retrieveTicketFromRequest(javax.servlet.http.HttpServletRequest request)Template method to allow you to change how you retrieve the ticket. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Template method to allow you to change how you retrieve the ticket.
request - the HTTP ServletRequest. CANNOT be NULL.Groovy Documentation