Package de.xima.fc.interfaces.auth.pac4j
Interface IStateGeneratorProviding
- All Superinterfaces:
org.pac4j.core.client.Client
public interface IStateGeneratorProviding
extends org.pac4j.core.client.Client
Markup interface for pac4j
Client
s that provide a custom
state generator
. If no state generator is given then the default
state generator is used for the corresponding authentication target.- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionorg.pac4j.core.util.generator.ValueGenerator
Methods inherited from interface org.pac4j.core.client.Client
getCredentials, getLogoutAction, getName, getRedirectionAction, getUserProfile, renewUserProfile
-
Method Details
-
getStateGenerator
org.pac4j.core.util.generator.ValueGenerator getStateGenerator()- Returns:
- a custom state generator to be used for the client. If no state generator is given then the default state generator for the corresponding authentication target will be used.
-