Uses of Interface
org.jboss.security.authorization.AuthorizationModule
-
Packages that use AuthorizationModule Package Description org.jboss.security.authorization.modules org.jboss.security.authorization.modules.web org.picketbox.plugins.authorization -
-
Uses of AuthorizationModule in org.jboss.security.authorization.modules
Classes in org.jboss.security.authorization.modules that implement AuthorizationModule Modifier and Type Class Description classAbstractAuthorizationModuleAbstraction of Authorization ModuleclassAllDenyAuthorizationModuleAuthorization Module that always denies an Authorization requestclassAllPermitAuthorizationModuleNoop Authorization Module that lets all authenticated usersclassDelegatingAuthorizationModuleDefault Authorization Module that delegates the decision making to the configured delegates (configurable via a module option)classJACCAuthorizationModuleAuthorization Module that enforces JACC semanticsclassXACMLAuthorizationModuleAuthorization Module that utilizes XACML -
Uses of AuthorizationModule in org.jboss.security.authorization.modules.web
Classes in org.jboss.security.authorization.modules.web that implement AuthorizationModule Modifier and Type Class Description classWebAuthorizationModuleDefault Web Authorization Module with the default tomcat authorization logic -
Uses of AuthorizationModule in org.picketbox.plugins.authorization
Classes in org.picketbox.plugins.authorization that implement AuthorizationModule Modifier and Type Class Description classPicketBoxAuthorizationModuleSimple Authorization Module that authorizes users with the configured roles Note:The roles need to be placed as a comma separated list of values.
-