Package org.pac4j.jwt.profile
Class JwtProfileDefinition
java.lang.Object
org.pac4j.core.profile.definition.ProfileDefinition
org.pac4j.core.profile.definition.CommonProfileDefinition
org.pac4j.jwt.profile.JwtProfileDefinition
public class JwtProfileDefinition
extends org.pac4j.core.profile.definition.CommonProfileDefinition
This is
JwtProfileDefinition.- Since:
- 5.0.1
- Author:
- Misagh Moayyed
-
Field Summary
Fields inherited from class org.pac4j.core.profile.definition.CommonProfileDefinition
DISPLAY_NAME, EMAIL, FAMILY_NAME, FIRST_NAME, GENDER, LOCALE, LOCATION, PICTURE_URL, PROFILE_URLFields inherited from class org.pac4j.core.profile.definition.ProfileDefinition
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvertAndAdd(org.pac4j.core.profile.UserProfile profile, org.pac4j.core.profile.AttributeLocation attributeLocation, String name, Object value) voidsetKeepNestedAttributes(boolean keepNestedAttributes) Methods inherited from class org.pac4j.core.profile.definition.CommonProfileDefinition
configurePrimaryAttributesMethods inherited from class org.pac4j.core.profile.definition.ProfileDefinition
convertAndAdd, getConverters, getParameter, getPrimaryAttributes, getProfileId, getSecondaryAttributes, isRestoreProfileFromTypedId, newProfile, primary, secondary, setProfileFactory, setProfileId, setRestoreProfileFromTypedId
-
Constructor Details
-
JwtProfileDefinition
public JwtProfileDefinition()
-
-
Method Details
-
convertAndAdd
public void convertAndAdd(org.pac4j.core.profile.UserProfile profile, org.pac4j.core.profile.AttributeLocation attributeLocation, String name, Object value) - Overrides:
convertAndAddin classorg.pac4j.core.profile.definition.ProfileDefinition
-
setKeepNestedAttributes
public void setKeepNestedAttributes(boolean keepNestedAttributes)
-