A C G I K O R S V W

A

addRole(Role) - Method in interface org.jboss.security.identity.RoleGroup
Add a role
asGroup() - Method in interface org.jboss.security.identity.Identity
Return a Group only if it has been set
asPrincipal() - Method in interface org.jboss.security.identity.Identity
Returns a Principal only if it set

C

clearRoles() - Method in interface org.jboss.security.identity.RoleGroup
Clear all the roles
containsAll(Role) - Method in interface org.jboss.security.identity.Role
Indicate whether the argument role is equal or contained depending on the role-type
containsAtleastOneRole(RoleGroup) - Method in interface org.jboss.security.identity.RoleGroup
Validates whether there is at least one matching role in "anotherRoleGroup"
containsRole(Role) - Method in interface org.jboss.security.identity.RoleGroup
Validates whether a simple role is available
createIdentity(Principal, Object) - Static method in class org.jboss.security.identity.extensions.CredentialIdentityFactory
 
createIdentity(Principal, Object, Role) - Static method in class org.jboss.security.identity.extensions.CredentialIdentityFactory
 
createRole(String) - Static method in class org.jboss.security.identity.RoleFactory
 
createRoleGroup(String) - Static method in class org.jboss.security.identity.RoleFactory
 
CredentialIdentity - Interface in org.jboss.security.identity.extensions
An identity with credential
CredentialIdentityFactory - Class in org.jboss.security.identity.extensions
Factory to create Credential Identity
CredentialIdentityFactory() - Constructor for class org.jboss.security.identity.extensions.CredentialIdentityFactory
 

G

getCredential() - Method in interface org.jboss.security.identity.extensions.CredentialIdentity
Return a credential
getKerberosToken() - Method in interface org.jboss.security.identity.fed.KerberosIdentity
Return the underlying Kerberos Object
getName() - Method in interface org.jboss.security.identity.Identity
Get the name of the identity
getOpenIdObject() - Method in interface org.jboss.security.identity.fed.OpenIdIdentity
Return the underlying OpenID Object
getParent() - Method in interface org.jboss.security.identity.Role
Gets a reference to the parent role, if one is available.
getRole() - Method in interface org.jboss.security.identity.Identity
Get the Role (Role or RoleGroup)
getRoleName() - Method in interface org.jboss.security.identity.Role
Get Name of the Role
getRoles() - Method in interface org.jboss.security.identity.RoleGroup
Get the roles contained
getSAMLObject() - Method in interface org.jboss.security.identity.fed.SAMLIdentity
Return the underlying SAML Object
getType() - Method in interface org.jboss.security.identity.Role
Get type of role
getWSTrustToken() - Method in interface org.jboss.security.identity.fed.WSTrustIdentity
Return the underlying WSTrust Object

I

Identity - Interface in org.jboss.security.identity
Identity of an entity (user, process etc)

K

KerberosIdentity<T> - Interface in org.jboss.security.identity.fed
Interface for a Kerberos based Identity

O

OpenIdIdentity<T> - Interface in org.jboss.security.identity.fed
Interface for a OpenID Identity
org.jboss.security.identity - package org.jboss.security.identity
 
org.jboss.security.identity.extensions - package org.jboss.security.identity.extensions
 
org.jboss.security.identity.fed - package org.jboss.security.identity.fed
 

R

removeRole(Role) - Method in interface org.jboss.security.identity.RoleGroup
Remove a role
Role - Interface in org.jboss.security.identity
Represents a Role
RoleFactory - Class in org.jboss.security.identity
Factory to create roles
RoleFactory() - Constructor for class org.jboss.security.identity.RoleFactory
 
RoleGroup - Interface in org.jboss.security.identity
Represents a group of roles
RoleType - Enum in org.jboss.security.identity
Type of Role

S

SAMLIdentity<T> - Interface in org.jboss.security.identity.fed
Interface for a SAML Identity
setCredential(Object) - Method in interface org.jboss.security.identity.extensions.CredentialIdentity
Set a credential
setKerberosToken(T) - Method in interface org.jboss.security.identity.fed.KerberosIdentity
Set the underlying Kerberos Object
setOpenIdObject(T) - Method in interface org.jboss.security.identity.fed.OpenIdIdentity
Set the underlying OpenID Object
setSAMLObject(T) - Method in interface org.jboss.security.identity.fed.SAMLIdentity
Set the underlying SAML Object
setWSTrustToken(T) - Method in interface org.jboss.security.identity.fed.WSTrustIdentity
Set the underlying WSTrust Object
SIMPLE_ROLE_CLASS - Static variable in class org.jboss.security.identity.RoleFactory
 
SIMPLE_ROLEGROUP_CLASS - Static variable in class org.jboss.security.identity.RoleFactory
 

V

valueOf(String) - Static method in enum org.jboss.security.identity.RoleType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.security.identity.RoleType
Returns an array containing the constants of this enum type, in the order they're declared.

W

WSTrustIdentity<T> - Interface in org.jboss.security.identity.fed
Interface for a WS-Trust based Identity

A C G I K O R S V W

Copyright © 2008 JBoss Inc.. All Rights Reserved.