Uses of Class
org.jboss.security.mapping.config.MappingModuleEntry
-
Packages that use MappingModuleEntry Package Description org.jboss.security.config org.jboss.security.config.parser -
-
Uses of MappingModuleEntry in org.jboss.security.config
Methods in org.jboss.security.config that return MappingModuleEntry Modifier and Type Method Description MappingModuleEntry[]
MappingInfo. getMappingModuleEntry()
Methods in org.jboss.security.config that return types with arguments of type MappingModuleEntry Modifier and Type Method Description protected BaseSecurityInfo<MappingModuleEntry>
MappingInfo. create(String name)
-
Uses of MappingModuleEntry in org.jboss.security.config.parser
Methods in org.jboss.security.config.parser that return types with arguments of type MappingModuleEntry Modifier and Type Method Description List<MappingModuleEntry>
MappingConfigParser. parse(XMLEventReader xmlEventReader)
Parse theelement List<MappingModuleEntry>
MappingConfigParser. parse(XMLStreamReader reader)
Parse theelement
-