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 AttributeSetattributeDefinitionSet()AttributeSetattributes()ElementDefinitiongetElementDefinition()PrincipalRoleMapperroleMapper()-
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:
attributesin interfaceBaseConfigurationInfo- Returns:
- the
AttributeSetdeclared by the configuration.
-
roleMapper
public PrincipalRoleMapper roleMapper()
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinitionin interfaceBaseConfigurationInfo- Returns:
- the
ElementDefinitionof the configuration.
-
-