@groovy.transform.CompileStatic @groovy.util.logging.Slf4j @org.springframework.boot.context.properties.EnableConfigurationProperties(value: JwtProperties) class AlaSecurityInterceptor extends java.lang.Object
| Type | Name and description |
|---|---|
au.org.ala.ws.security.client.AlaAuthClient |
alaAuthClient |
org.pac4j.core.config.Config |
config |
grails.core.GrailsApplication |
grailsApplication |
| Constructor and description |
|---|
AlaSecurityInterceptor
() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
Executed after the action executes but prior to view rendering
Executed after view rendering completes
Executed before a matched action
Groovy Documentation