JBoss Security SPI - Aggregator 2.0.4.SP8

Uses of Interface
org.jboss.security.identity.Role

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(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
 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
 

Method parameters in org.jboss.security.identity with type arguments of type Role
 void RoleGroup.addAll(List<Role> roles)
           Adds all specified roles to the RoleGroup instance.
 

Uses of Role in org.jboss.security.identity.extensions
 

Methods in org.jboss.security.identity.extensions with parameters of type Role
static CredentialIdentity<Object> CredentialIdentityFactory.createIdentity(Principal principal, Object cred, Role roles)
           
 CertificateIdentity CertificateIdentityFactory.createIdentity(Principal principal, X509Certificate[] certs, Role roles)
           
 


JBoss Security SPI - Aggregator 2.0.4.SP8

Copyright © 2012 JBoss Inc.. All Rights Reserved.