| Package | Description |
|---|---|
| org.pac4j.core.profile | |
| org.pac4j.core.profile.converter |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AttributeConverter<? extends Object>> |
AttributesDefinition.attributesConverters |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AttributesDefinition.addAttribute(String name,
AttributeConverter<? extends Object> converter)
Add an attribute as a primary one and its converter to this attributes definition.
|
protected void |
AttributesDefinition.addAttribute(String name,
AttributeConverter<? extends Object> converter,
boolean principal)
Add an attribute, its primary aspect and its converter to this attributes definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanConverter
This class converts a String into a Boolean or returns the Boolean in input.
|
class |
ColorConverter
This class converts a String into a Color.
|
class |
DateConverter
This class converts a String (depending on a specified format) into a Date.
|
class |
FormattedDateConverter
This class converts a String (depending on a specified format) into a FormattedDate.
|
class |
GenderConverter
This class converts a String to a Gender.
|
class |
GenderIntegerConverter
This class converts an Integer to a Gender.
|
class |
IntegerConverter
This class converts a String into an Integer or returns the Integer in input.
|
class |
LocaleConverter
This class converts a String to a Locale.
|
class |
LongConverter
This class converts a String into a Long or returns the Long (or Integer) in input.
|
class |
StringConverter
This class only keeps String objects.
|
class |
StringReplaceConverter
This class makes replacements in a String.
|
Copyright © 2016. All Rights Reserved.