Uses of Interface
org.jboss.security.identity.Role
-
Packages that use Role 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 -
-
Uses of Role in org.jboss.security.acl
Methods in org.jboss.security.acl with parameters of type Role Modifier and Type Method Description protected voidRoleBasedACLProviderImpl. getAllRoles(Role role, List<Role> roles)This method traverses the role tree that has the specified root role and puts all simple (i.e.Method parameters in org.jboss.security.acl with type arguments of type Role Modifier and Type Method Description protected voidRoleBasedACLProviderImpl. getAllRoles(Role role, List<Role> roles)This method traverses the role tree that has the specified root role and puts all simple (i.e. -
Uses of Role in org.jboss.security.authorization.modules
Methods in org.jboss.security.authorization.modules with parameters of type Role Modifier and Type Method Description protected Principal[]AbstractJACCModuleDelegate. getPrincipals(Subject subject, Role role) -
Uses of Role in org.jboss.security.identity
Subinterfaces of Role in org.jboss.security.identity Modifier and Type Interface Description interfaceRoleGroupRepresents a group of rolesMethods in org.jboss.security.identity that return Role Modifier and Type Method Description static RoleRoleFactory. createRole(String name)RoleRole. getParent()Gets a reference to the parent role, if one is available.RoleIdentity. getRole()Get the Role (Role or RoleGroup)Methods in org.jboss.security.identity that return types with arguments of type Role Modifier and Type Method Description Collection<Role>RoleGroup. getRoles()Get the roles contained in theRoleGroup.Methods in org.jboss.security.identity with parameters of type Role Modifier and Type Method Description voidRoleGroup. addRole(Role aRole)Add a rolebooleanRole. containsAll(Role anotherRole)Indicate whether the argument role is equal or contained depending on the role-typebooleanRoleGroup. containsRole(Role aRole)Validates whether a simple role is availablestatic IdentityIdentityFactory. getIdentity(Principal principal, X509Certificate[] certs, Role roles)voidRoleGroup. removeRole(Role aRole)Remove a roleMethod parameters in org.jboss.security.identity with type arguments of type Role Modifier and Type Method Description voidRoleGroup. addAll(Collection<Role> roles)Adds all specified roles to the role group. -
Uses of Role in org.jboss.security.identity.extensions
Methods in org.jboss.security.identity.extensions with parameters of type Role Modifier and Type Method Description CertificateIdentityCertificateIdentityFactory. createIdentity(Principal principal, X509Certificate[] certs, Role roles)static CredentialIdentity<Object>CredentialIdentityFactory. createIdentity(Principal principal, Object cred, Role roles) -
Uses of Role in org.jboss.security.identity.plugins
Classes in org.jboss.security.identity.plugins that implement Role Modifier and Type Class Description classSimpleRoleSimple RoleclassSimpleRoleGroupSimple Role GroupFields in org.jboss.security.identity.plugins declared as Role Modifier and Type Field Description static RoleSimpleRole. ANYBODY_ROLEMethods in org.jboss.security.identity.plugins that return Role Modifier and Type Method Description RoleSimpleRole. getParent()RoleSimpleIdentity. getRole()Methods in org.jboss.security.identity.plugins that return types with arguments of type Role Modifier and Type Method Description Collection<Role>SimpleRoleGroup. getRoles()Methods in org.jboss.security.identity.plugins with parameters of type Role Modifier and Type Method Description voidSimpleRoleGroup. addRole(Role role)booleanSimpleRole. containsAll(Role anotherRole)booleanSimpleRoleGroup. containsAll(Role anotherRole)booleanSimpleRoleGroup. containsRole(Role role)static IdentityIdentityFactory. createIdentityWithRole(String identityClass, String name, Role role)static IdentityIdentityFactory. createIdentityWithRole(String name, Role role)voidSimpleRoleGroup. removeRole(Role role)Method parameters in org.jboss.security.identity.plugins with type arguments of type Role Modifier and Type Method Description voidSimpleRoleGroup. addAll(Collection<Role> roles)Constructors in org.jboss.security.identity.plugins with parameters of type Role Constructor Description SimpleIdentity(String name, Role role)SimpleRole(String roleName, Role parent)Constructor parameters in org.jboss.security.identity.plugins with type arguments of type Role Constructor Description SimpleRoleGroup(String roleName, Collection<Role> roles)
-