@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 |
|---|---|
java.util.List<org.pac4j.core.client.DirectClient> |
clientList |
org.pac4j.core.config.Config |
config |
grails.core.GrailsApplication |
grailsApplication |
au.org.ala.ws.security.JwtProperties |
jwtProperties |
RequireApiKeyFilter |
requireApiKeyFilter |
| Constructor and description |
|---|
AlaSecurityInterceptor
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
after()Executed after the action executes but prior to view rendering |
|
void |
afterView()Executed after view rendering completes |
|
boolean |
before()Executed before a matched action |
|
java.util.Optional<org.apache.commons.lang3.tuple.Pair<org.pac4j.core.client.DirectClient, org.pac4j.core.credentials.Credentials>> |
getCredentials(java.util.List<org.pac4j.core.client.DirectClient> clients, org.pac4j.core.context.CallContext context) |
|
java.lang.Object |
init() |
|
boolean |
scopeContains(java.lang.Object scopeObj, java.lang.String requiredScope) |
| 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() |
Executed after the action executes but prior to view rendering
Executed after view rendering completes
Executed before a matched action
Groovy Documentation