Uses of Class
de.xima.fc.plugin.models.retval.auth.PluginAuthenticatorRetVal.Builder
- 
Packages that use PluginAuthenticatorRetVal.Builder Package Description de.xima.fc.plugin.models.retval.auth  - 
- 
Uses of PluginAuthenticatorRetVal.Builder in de.xima.fc.plugin.models.retval.auth
Methods in de.xima.fc.plugin.models.retval.auth that return PluginAuthenticatorRetVal.Builder Modifier and Type Method Description static PluginAuthenticatorRetVal.BuilderPluginAuthenticatorRetVal. newBuilder()PluginAuthenticatorRetVal.BuilderPluginAuthenticatorRetVal.Builder. withAutoExecuteIndirectClient(boolean autoExecuteIndirectClient)PluginAuthenticatorRetVal.BuilderPluginAuthenticatorRetVal.Builder. withDirectClient(org.pac4j.core.client.DirectClient directClient)PluginAuthenticatorRetVal.BuilderPluginAuthenticatorRetVal.Builder. withIndirectClient(org.pac4j.core.client.IndirectClient indirectClient)PluginAuthenticatorRetVal.BuilderPluginAuthenticatorRetVal.Builder. withIndirectClientSupportsDirectAuthentication(boolean indirectClientSupportsDirectAuthentication)Deprecated.UsewithDirectClient(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. 
 -