Uses of Interface
org.jboss.security.mapping.MappingProvider
-
-
Uses of MappingProvider in org.jboss.security.mapping
Methods in org.jboss.security.mapping that return types with arguments of type MappingProvider Modifier and Type Method Description List<MappingProvider<T>>
MappingContext. getModules()
Get the set of mapping modulesConstructor parameters in org.jboss.security.mapping with type arguments of type MappingProvider Constructor Description MappingContext(List<MappingProvider<T>> mod)
-
Uses of MappingProvider in org.jboss.security.mapping.providers
Classes in org.jboss.security.mapping.providers that implement MappingProvider Modifier and Type Class Description class
DeploymentRolesMappingProvider
A Role Mapping Module that takes into consideration a principal to roles mapping that can be done in the assembly descriptor of jboss.xml, jboss-web.xml and jboss-app.xmlclass
DeploymentRoleToRolesMappingProvider
A Role to Roles Mapping Module that takes into consideration a principal to roles mapping that can be done in the assembly descriptor of jboss.xml, jboss-web.xml and jboss-app.xml.class
OptionsRoleMappingProvider
Role Mapping Provider that picks up the roles from the options and then appends them to the passed Group -
Uses of MappingProvider in org.jboss.security.mapping.providers.attribute
Classes in org.jboss.security.mapping.providers.attribute that implement MappingProvider Modifier and Type Class Description class
DefaultAttributeMappingProvider
Generates an attribute array from the passed optionsclass
LdapAttributeMappingProvider
Maps attributes from LDAP The options include whatever options your LDAP JNDI provider supports. -
Uses of MappingProvider in org.jboss.security.mapping.providers.principal
Classes in org.jboss.security.mapping.providers.principal that implement MappingProvider Modifier and Type Class Description class
AbstractPrincipalMappingProvider
Abstract class for Principal mapping providers Group Principal (java.security.acl.Group) is not supported.class
SimplePrincipalMappingProvider
A principal mapping provider that takes in aSimplePrincipal
and converts into aSimplePrincipal
with a different principal nameclass
SubjectCNMapper
A X500 Principal Mapper from a X509 Certificate that uses the client cert SubjectDN CN='...' element as the principal.class
SubjectDNMapper
A X500 Principal Mapper from a X509 Certificate that considers SubjectDN of the Client certificate -
Uses of MappingProvider in org.jboss.security.mapping.providers.role
Classes in org.jboss.security.mapping.providers.role that implement MappingProvider Modifier and Type Class Description class
AbstractRolesMappingProvider
Abstract class for Role mapping providersclass
DatabaseRolesMappingProvider
AMappingProvider
that reads roles from a database.class
LdapRolesMappingProvider
A mapping provider that assigns roles to an user using a LDAP server to search for the roles.class
PropertiesRolesMappingProvider
AMappingProvider
that reads roles from a properties file in the formatclass
SimpleRolesMappingProvider
A simpleMappingProvider
that reads roles from the options map.
-