Uses of Class
de.xima.fc.plugin.models.retval.auth.PluginAuthenticatorRetVal.Builder
Packages that use PluginAuthenticatorRetVal.Builder
- 
Uses of PluginAuthenticatorRetVal.Builder in de.xima.fc.plugin.models.retval.auth
Methods in de.xima.fc.plugin.models.retval.auth that return PluginAuthenticatorRetVal.BuilderModifier and TypeMethodDescriptionPluginAuthenticatorRetVal.newBuilder()PluginAuthenticatorRetVal.Builder.withAutoExecuteIndirectClient(boolean autoExecuteIndirectClient) PluginAuthenticatorRetVal.Builder.withDirectClient(org.pac4j.core.client.DirectClient directClient) PluginAuthenticatorRetVal.Builder.withIndirectClient(org.pac4j.core.client.IndirectClient indirectClient) PluginAuthenticatorRetVal.Builder.withIndirectClientSupportsDirectAuthentication(boolean indirectClientSupportsDirectAuthentication) Deprecated. 
withDirectClient(DirectClient)if you want to create direct clients andwithAutoExecuteIndirectClient(boolean)if the indirect client should be executed automatically if it is the only one configured.