Uses of Enum
org.pac4j.core.profile.AttributeLocation
Packages that use AttributeLocation
-
Uses of AttributeLocation in org.pac4j.core.profile
Methods in org.pac4j.core.profile that return AttributeLocationModifier and TypeMethodDescriptionstatic AttributeLocationReturns the enum constant of this type with the specified name.static AttributeLocation[]AttributeLocation.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AttributeLocation in org.pac4j.core.profile.definition
Methods in org.pac4j.core.profile.definition with parameters of type AttributeLocationModifier and TypeMethodDescriptionvoidProfileDefinition.convertAndAdd(UserProfile profile, AttributeLocation attributeLocation, String name, Object value) Convert a profile or authentication attribute, if necessary, and add it to the profile.