Uses of Interface
org.pac4j.core.profile.converter.AttributeConverter
Packages that use AttributeConverter
-
Uses of AttributeConverter in org.pac4j.core.profile.converter
Classes in org.pac4j.core.profile.converter that implement AttributeConverterModifier and TypeClassDescriptionclassThis abstract attribute converter handles some common behaviors for simple type converters.final classThis class converts a String into a Boolean or returns the Boolean in input.classThis isChainingConverter.final classThis class converts a String into a Color.classThis class converts a String (depending on a specified format) into a Date.final classThis class converts a String to a Gender.final classThis class converts a String into an Integer or returns the Integer in input.final classThis class converts a String to a Locale.final classThis class converts a String into a Long or returns the Long (or Integer) in input.final classThis class only keeps String objects.classURL converter.Constructor parameters in org.pac4j.core.profile.converter with type arguments of type AttributeConverter -
Uses of AttributeConverter in org.pac4j.core.profile.definition
Methods in org.pac4j.core.profile.definition that return types with arguments of type AttributeConverterMethods in org.pac4j.core.profile.definition with parameters of type AttributeConverterModifier and TypeMethodDescriptionprotected voidProfileDefinition.primary(String name, AttributeConverter converter) Add an attribute as a primary one and its converter.protected voidProfileDefinition.secondary(String name, AttributeConverter converter) Add an attribute as a secondary one and its converter.