Class PrincipalRoleMapperConfiguration
- java.lang.Object
-
- org.infinispan.configuration.global.PrincipalRoleMapperConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo
,ConfigurationInfo
public class PrincipalRoleMapperConfiguration extends java.lang.Object implements ConfigurationInfo
- Since:
- 10.0
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<java.lang.Class>
CLASS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSet
attributeDefinitionSet()
AttributeSet
attributes()
ElementDefinition
getElementDefinition()
PrincipalRoleMapper
roleMapper()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.configuration.ConfigurationInfo
subElements
-
-
-
-
Field Detail
-
CLASS
public static final AttributeDefinition<java.lang.Class> CLASS
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
attributes
public AttributeSet attributes()
- Specified by:
attributes
in interfaceBaseConfigurationInfo
- Returns:
- the
AttributeSet
declared by the configuration.
-
roleMapper
public PrincipalRoleMapper roleMapper()
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinition
in interfaceBaseConfigurationInfo
- Returns:
- the
ElementDefinition
of the configuration.
-
-