Package | Description |
---|---|
org.jboss.security | |
org.jboss.security.authorization |
Modifier and Type | Method and Description |
---|---|
int |
AuthorizationManager.authorize(Resource resource)
Authorize a resource Note: The implementation will try to derive the authenticated subject by some means
|
int |
AuthorizationManager.authorize(Resource resource,
Subject subject)
Authorize a resource for an authenticated subject
|
int |
AuthorizationManager.authorize(Resource resource,
Subject subject,
Group roleGroup)
Authorize a resource given a Group of Principals representing roles
|
int |
AuthorizationManager.authorize(Resource resource,
Subject subject,
RoleGroup role)
Authorize a resource given a role
|
Modifier and Type | Method and Description |
---|---|
int |
AuthorizationModule.authorize(Resource resource)
Authorize the resource
|
abstract int |
AuthorizationContext.authorize(Resource resource)
Authorize the Resource
|
abstract int |
AuthorizationContext.authorize(Resource resource,
Subject subject,
RoleGroup roles)
Authorize the resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.