Class ProfileDefinitionAware
java.lang.Object
org.pac4j.core.util.InitializableObject
org.pac4j.core.profile.definition.ProfileDefinitionAware
- Direct Known Subclasses:
AbstractProfileService
For classes that can set the profile definition.
- Since:
- 2.0.0
- Author:
- Jerome Leleu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddefaultProfileDefinition(ProfileDefinition profileDefinition) voidsetProfileDefinition(ProfileDefinition profileDefinition) Methods inherited from class org.pac4j.core.util.InitializableObject
afterInternalInit, beforeInternalInit, getLastAttempt, getMaxAttempts, getMinTimeIntervalBetweenAttemptsInMilliseconds, getNbAttempts, init, init, internalInit, isInitialized, reinit, setMaxAttempts, setMinTimeIntervalBetweenAttemptsInMilliseconds, shouldInitialize
-
Constructor Details
-
ProfileDefinitionAware
public ProfileDefinitionAware()
-
-
Method Details
-
getProfileDefinition
-
setProfileDefinition
-
defaultProfileDefinition
-