@org.springframework.context.annotation.Configuration class AlaWsPluginConfig extends java.lang.Object
| Type | Name and description |
|---|---|
boolean |
cacheTokens |
java.lang.String |
clientId |
java.lang.String |
clientSecret |
java.lang.String |
jwtScopes |
| Constructor and description |
|---|
AlaWsPluginConfig
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
TokenInterceptor |
jwtInterceptor(TokenService tokenService)OK HTTP Interceptor that injects a client credentials Bearer token into a request @return |
|
TokenClient |
tokenClient(org.pac4j.oidc.config.OidcConfiguration oidcConfiguration) |
|
TokenService |
tokenService(org.pac4j.oidc.config.OidcConfiguration oidcConfiguration, org.pac4j.core.context.session.SessionStore sessionStore, TokenClient tokenClient) |
| 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() |
OK HTTP Interceptor that injects a client credentials Bearer token into a request @return
Groovy Documentation