Package | Description |
---|---|
org.jboss.security.config |
Modifier and Type | Class and Description |
---|---|
class |
AttributeMappingInfo
Mapping Info for Attributes
|
class |
RoleMappingInfo
Holder for RoleMapping configuration
|
Modifier and Type | Method and Description |
---|---|
<T> MappingInfo |
ApplicationPolicy.getMappingInfo(Class<T> t)
Deprecated.
use
ApplicationPolicy.getMappingInfo(String) instead. |
MappingInfo |
ApplicationPolicy.getMappingInfo(String mappingType)
Gets the
MappingInfo instance that can perform the mappings of the specified type. |
MappingInfo |
ApplicationPolicy.getPrincipalMappingInfo()
Deprecated.
use
ApplicationPolicy.getMappingInfo(String) instead. |
MappingInfo |
ApplicationPolicy.getRoleMappingInfo()
Deprecated.
use
ApplicationPolicy.getMappingInfo(String) instead. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationPolicy.setMappingInfo(String mappingType,
MappingInfo info)
Sets the
MappingInfo that must be used to perform the mappings of the specified type. |
void |
ApplicationPolicy.setPrincipalMappingInfo(MappingInfo principalMappingInfo)
Deprecated.
|
void |
ApplicationPolicy.setRoleMappingInfo(MappingInfo roleMappingInfo)
Deprecated.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.