| Package | Description |
|---|---|
| org.jboss.security.acl | |
| org.jboss.security.authorization.modules | |
| org.jboss.security.identity | |
| org.jboss.security.identity.extensions | |
| org.jboss.security.identity.plugins |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RoleBasedACLProviderImpl.getAllRoles(Role role,
List<Role> roles)
This method traverses the role tree that has the specified root role and puts all simple (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RoleBasedACLProviderImpl.getAllRoles(Role role,
List<Role> roles)
This method traverses the role tree that has the specified root role and puts all simple (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
protected Principal[] |
AbstractJACCModuleDelegate.getPrincipals(Subject subject,
Role role) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RoleGroup
Represents a group of roles
|
| Modifier and Type | Method and Description |
|---|---|
static Role |
RoleFactory.createRole(String name) |
Role |
Role.getParent()
Gets a reference to the parent role, if one is available.
|
Role |
Identity.getRole()
Get the Role (Role or RoleGroup)
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Role> |
RoleGroup.getRoles()
Get the roles contained in the
RoleGroup. |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleGroup.addRole(Role aRole)
Add a role
|
boolean |
Role.containsAll(Role anotherRole)
Indicate whether the argument role is equal or contained
depending on the role-type
|
boolean |
RoleGroup.containsRole(Role aRole)
Validates whether a simple role is available
|
static Identity |
IdentityFactory.getIdentity(Principal principal,
X509Certificate[] certs,
Role roles) |
void |
RoleGroup.removeRole(Role aRole)
Remove a role
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleGroup.addAll(Collection<Role> roles)
Adds all specified roles to the role group.
|
| Modifier and Type | Method and Description |
|---|---|
static CredentialIdentity<Object> |
CredentialIdentityFactory.createIdentity(Principal principal,
Object cred,
Role roles) |
CertificateIdentity |
CertificateIdentityFactory.createIdentity(Principal principal,
X509Certificate[] certs,
Role roles) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRole
Simple Role
|
class |
SimpleRoleGroup
Simple Role Group
|
| Modifier and Type | Field and Description |
|---|---|
static Role |
SimpleRole.ANYBODY_ROLE |
| Modifier and Type | Method and Description |
|---|---|
Role |
SimpleRole.getParent() |
Role |
SimpleIdentity.getRole() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Role> |
SimpleRoleGroup.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleRoleGroup.addRole(Role role) |
boolean |
SimpleRoleGroup.containsAll(Role anotherRole) |
boolean |
SimpleRole.containsAll(Role anotherRole) |
boolean |
SimpleRoleGroup.containsRole(Role role) |
static Identity |
IdentityFactory.createIdentityWithRole(String name,
Role role) |
static Identity |
IdentityFactory.createIdentityWithRole(String identityClass,
String name,
Role role) |
void |
SimpleRoleGroup.removeRole(Role role) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleRoleGroup.addAll(Collection<Role> roles) |
| Constructor and Description |
|---|
SimpleIdentity(String name,
Role role) |
SimpleRole(String roleName,
Role parent) |
| Constructor and Description |
|---|
SimpleRoleGroup(String roleName,
Collection<Role> roles) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.