Uses of Class
org.jboss.security.authorization.config.AuthorizationModuleEntry
-
Packages that use AuthorizationModuleEntry Package Description org.jboss.security.config org.jboss.security.config.parser -
-
Uses of AuthorizationModuleEntry in org.jboss.security.config
Methods in org.jboss.security.config that return AuthorizationModuleEntry Modifier and Type Method Description AuthorizationModuleEntry[]AuthorizationInfo. getAuthorizationModuleEntry()Methods in org.jboss.security.config that return types with arguments of type AuthorizationModuleEntry Modifier and Type Method Description protected BaseSecurityInfo<AuthorizationModuleEntry>AuthorizationInfo. create(String name) -
Uses of AuthorizationModuleEntry in org.jboss.security.config.parser
Methods in org.jboss.security.config.parser that return types with arguments of type AuthorizationModuleEntry Modifier and Type Method Description Set<AuthorizationModuleEntry>AuthorizationConfigParser. parse(XMLEventReader xmlEventReader)Parse theelement Set<AuthorizationModuleEntry>AuthorizationConfigParser. parse(XMLStreamReader reader)Parse theelement
-