|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Role | |
|---|---|
| org.jboss.security.identity | |
| org.jboss.security.identity.extensions | |
| Uses of Role in org.jboss.security.identity |
|---|
| Subinterfaces of Role in org.jboss.security.identity | |
|---|---|
interface |
RoleGroup
Represents a group of roles |
| Methods in org.jboss.security.identity that return Role | |
|---|---|
static Role |
RoleFactory.createRole(java.lang.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) |
| Methods in org.jboss.security.identity that return types with arguments of type Role | |
|---|---|
java.util.List<Role> |
RoleGroup.getRoles()
Get the roles contained |
| Methods in org.jboss.security.identity with parameters of type Role | |
|---|---|
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 |
void |
RoleGroup.removeRole(Role aRole)
Remove a role |
| Uses of Role in org.jboss.security.identity.extensions |
|---|
| Methods in org.jboss.security.identity.extensions with parameters of type Role | |
|---|---|
static CredentialIdentity<java.lang.Object> |
CredentialIdentityFactory.createIdentity(java.security.Principal principal,
java.lang.Object cred,
Role roles)
|
CertificateIdentity |
CertificateIdentityFactory.createIdentity(java.security.Principal principal,
java.security.cert.X509Certificate[] certs,
Role roles)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||