Package | Description |
---|---|
org.jboss.security.authorization.modules | |
org.jboss.security.authorization.modules.web | |
org.picketbox.plugins.authorization |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthorizationModule
Abstraction of Authorization Module
|
class |
AllDenyAuthorizationModule
Authorization Module that always denies an Authorization request
|
class |
AllPermitAuthorizationModule
Noop Authorization Module that lets all authenticated users
|
class |
DelegatingAuthorizationModule
Default Authorization Module that delegates the decision making to
the configured delegates (configurable via a module option)
|
class |
JACCAuthorizationModule
Authorization Module that enforces JACC semantics
|
class |
XACMLAuthorizationModule
Authorization Module that utilizes XACML
|
Modifier and Type | Class and Description |
---|---|
class |
WebAuthorizationModule
Default Web Authorization Module with the default tomcat
authorization logic
|
Modifier and Type | Class and Description |
---|---|
class |
PicketBoxAuthorizationModule
Simple Authorization Module that authorizes users with
the configured roles
Note:The roles need to be placed as a comma separated list of values.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.