Class NameIdMapperHelper
- java.lang.Object
-
- org.keycloak.protocol.saml.mappers.NameIdMapperHelper
-
public class NameIdMapperHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
MAPPER_NAMEID_FORMAT
static String
MAPPER_NAMEID_FORMAT_HELP_TEXT
static String
MAPPER_NAMEID_FORMAT_LABEL
static String
NAMEID_MAPPER_CATEGORY
-
Constructor Summary
Constructors Constructor Description NameIdMapperHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setConfigProperties(List<ProviderConfigProperty> configProperties)
-
-
-
Field Detail
-
NAMEID_MAPPER_CATEGORY
public static final String NAMEID_MAPPER_CATEGORY
- See Also:
- Constant Field Values
-
MAPPER_NAMEID_FORMAT
public static final String MAPPER_NAMEID_FORMAT
- See Also:
- Constant Field Values
-
MAPPER_NAMEID_FORMAT_LABEL
public static final String MAPPER_NAMEID_FORMAT_LABEL
- See Also:
- Constant Field Values
-
MAPPER_NAMEID_FORMAT_HELP_TEXT
public static final String MAPPER_NAMEID_FORMAT_HELP_TEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
setConfigProperties
public static void setConfigProperties(List<ProviderConfigProperty> configProperties)
-
-