Class JwtProfileDefinition


  • public class JwtProfileDefinition
    extends org.pac4j.core.profile.definition.CommonProfileDefinition
    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_URL
      • Fields inherited from class org.pac4j.core.profile.definition.ProfileDefinition

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void convertAndAdd​(org.pac4j.core.profile.UserProfile profile, org.pac4j.core.profile.AttributeLocation attributeLocation, java.lang.String name, java.lang.Object value)  
      void setKeepNestedAttributes​(boolean keepNestedAttributes)  
      • Methods inherited from class org.pac4j.core.profile.definition.CommonProfileDefinition

        configurePrimaryAttributes
      • Methods inherited from class org.pac4j.core.profile.definition.ProfileDefinition

        convertAndAdd, getConverters, getParameter, getPrimaryAttributes, getProfileId, getSecondaryAttributes, isRestoreProfileFromTypedId, newProfile, primary, secondary, setProfileFactory, setProfileId, setRestoreProfileFromTypedId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JwtProfileDefinition

        public JwtProfileDefinition()
    • Method Detail

      • convertAndAdd

        public void convertAndAdd​(org.pac4j.core.profile.UserProfile profile,
                                  org.pac4j.core.profile.AttributeLocation attributeLocation,
                                  java.lang.String name,
                                  java.lang.Object value)
        Overrides:
        convertAndAdd in class org.pac4j.core.profile.definition.ProfileDefinition
      • setKeepNestedAttributes

        public void setKeepNestedAttributes​(boolean keepNestedAttributes)