@groovy.transform.CompileStatic @groovy.util.logging.Slf4j @org.springframework.boot.context.properties.EnableConfigurationProperties(value: [CasClientProperties, CoreAuthProperties]) class SsoInterceptor extends java.lang.Object
| Type | Name and description |
|---|---|
au.org.ala.web.CasClientProperties |
casClientProperties |
au.org.ala.web.CoreAuthProperties |
coreAuthProperties |
boolean |
enabled |
grails.core.GrailsApplication |
grailsApplication |
boolean |
oidcEnabled |
int |
order |
SSOStrategy |
ssoStrategy |
UserAgentFilterService |
userAgentFilterService |
| Constructor and description |
|---|
SsoInterceptor
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
after() |
|
void |
afterView() |
|
boolean |
before() |
|
protected boolean |
cookieExists(javax.servlet.http.HttpServletRequest request) |
|
void |
init() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), 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() |
Groovy Documentation