Uses of Class
org.jboss.security.config.MappingInfo
-
Packages that use MappingInfo Package Description org.jboss.security.config -
-
Uses of MappingInfo in org.jboss.security.config
Subclasses of MappingInfo in org.jboss.security.config Modifier and Type Class Description class
AttributeMappingInfo
Mapping Info for Attributesclass
RoleMappingInfo
Holder for RoleMapping configurationMethods in org.jboss.security.config that return MappingInfo Modifier and Type Method Description <T> MappingInfo
ApplicationPolicy. getMappingInfo(Class<T> t)
Deprecated.useApplicationPolicy.getMappingInfo(String)
instead.MappingInfo
ApplicationPolicy. getMappingInfo(String mappingType)
Gets theMappingInfo
instance that can perform the mappings of the specified type.MappingInfo
ApplicationPolicy. getPrincipalMappingInfo()
Deprecated.useApplicationPolicy.getMappingInfo(String)
instead.MappingInfo
ApplicationPolicy. getRoleMappingInfo()
Deprecated.useApplicationPolicy.getMappingInfo(String)
instead.Methods in org.jboss.security.config with parameters of type MappingInfo Modifier and Type Method Description void
ApplicationPolicy. setMappingInfo(String mappingType, MappingInfo info)
Sets theMappingInfo
that must be used to perform the mappings of the specified type.void
ApplicationPolicy. setPrincipalMappingInfo(MappingInfo principalMappingInfo)
Deprecated.void
ApplicationPolicy. setRoleMappingInfo(MappingInfo roleMappingInfo)
Deprecated.
-