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 classDeploymentRolesMappingProviderA 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.xmlclassDeploymentRoleToRolesMappingProviderA 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.classOptionsRoleMappingProviderRole 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 classDefaultAttributeMappingProviderGenerates an attribute array from the passed optionsclassLdapAttributeMappingProviderMaps 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 classAbstractPrincipalMappingProviderAbstract class for Principal mapping providers Group Principal (java.security.acl.Group) is not supported.classSimplePrincipalMappingProviderA principal mapping provider that takes in aSimplePrincipaland converts into aSimplePrincipalwith a different principal nameclassSubjectCNMapperA X500 Principal Mapper from a X509 Certificate that uses the client cert SubjectDN CN='...' element as the principal.classSubjectDNMapperA 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 classAbstractRolesMappingProviderAbstract class for Role mapping providersclassDatabaseRolesMappingProviderAMappingProviderthat reads roles from a database.classLdapRolesMappingProviderA mapping provider that assigns roles to an user using a LDAP server to search for the roles.classPropertiesRolesMappingProviderAMappingProviderthat reads roles from a properties file in the formatclassSimpleRolesMappingProviderA simpleMappingProviderthat reads roles from the options map.
-