@groovy.transform.CompileStatic @org.springframework.context.annotation.Configuration(value: authGenericPluginConfiguration) @org.springframework.boot.context.properties.EnableConfigurationProperties(value: CasClientProperties) @groovy.util.logging.Slf4j class AuthGenericPluginConfig extends java.lang.Object
| Modifiers | Name | Description |
|---|---|---|
class |
AuthGenericPluginConfig.1 |
| Type | Name and description |
|---|---|
java.lang.String |
name |
java.lang.String |
userDetailsApiUrl |
java.lang.Long |
userDetailsReadTimeout |
java.lang.String |
version |
| Constructor and description |
|---|
AuthGenericPluginConfig
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.List<java.util.regex.Pattern> |
crawlerPatterns() |
|
UserAgentFilterService |
userAgentFilterService() |
|
okhttp3.Interceptor |
userAgentInterceptor() |
|
au.org.ala.userdetails.UserDetailsClient |
userDetailsClient(okhttp3.OkHttpClient userDetailsHttpClient, com.squareup.moshi.Moshi moshi) |
|
okhttp3.OkHttpClient |
userDetailsHttpClient(java.util.List<okhttp3.Interceptor> userDetailsInterceptors) |
|
java.util.List<okhttp3.Interceptor> |
userDetailsInterceptors(okhttp3.Interceptor jwtInterceptor, okhttp3.Interceptor userAgentInterceptor) |
|
com.squareup.moshi.Moshi |
userDetailsMoshi() |
| 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