| Package | Description |
|---|---|
| org.pac4j.core.profile | |
| org.pac4j.core.profile.definition |
| Modifier and Type | Method and Description |
|---|---|
static CommonProfile |
ProfileHelper.restoreOrBuildProfile(ProfileDefinition<? extends CommonProfile> profileDefinition,
java.lang.String typedId,
java.util.Map<java.lang.String,java.lang.Object> profileAttributes,
java.util.Map<java.lang.String,java.lang.Object> authenticationAttributes,
java.lang.Object... parameters)
Restore or build a profile.
|
static CommonProfile |
ProfileHelper.restoreOrBuildProfile(ProfileDefinition<? extends CommonProfile> profileDefinition,
java.lang.String typedId,
java.util.Map<java.lang.String,java.lang.Object> attributes,
java.lang.Object... parameters)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonProfileDefinition<P extends CommonProfile>
Profile definition with the common attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileDefinition<P> |
ProfileDefinitionAware.getProfileDefinition() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProfileDefinitionAware.defaultProfileDefinition(ProfileDefinition<P> profileDefinition) |
void |
ProfileDefinitionAware.setProfileDefinition(ProfileDefinition<P> profileDefinition) |
Copyright © 2018. All Rights Reserved.