Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
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
Attribute
<
T
> - Interface in
org.jboss.security.identity
Represents an attribute of the identity
Attribute.TYPE
- Enum in
org.jboss.security.identity
AttributeFactory
- Class in
org.jboss.security.identity
Creates Attributes
AttributeFactory()
- Constructor for class org.jboss.security.identity.
AttributeFactory
C
CertificateIdentity
- Interface in
org.jboss.security.identity.extensions
Represents an Identity using X509 certificates
CertificateIdentityFactory
- Class in
org.jboss.security.identity.extensions
Factory to create Certificate Identities
CertificateIdentityFactory()
- Constructor for class org.jboss.security.identity.extensions.
CertificateIdentityFactory
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
createAttribute(String, T)
- Static method in class org.jboss.security.identity.
AttributeFactory
Create an attribute
createEmailAddress(String)
- Static method in class org.jboss.security.identity.
AttributeFactory
Create an email attribute
createIdentity(Principal, X509Certificate[], Role)
- Method in class org.jboss.security.identity.extensions.
CertificateIdentityFactory
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
<
T
> - 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
get()
- Method in enum org.jboss.security.identity.
Attribute.TYPE
getCredential()
- Method in interface org.jboss.security.identity.extensions.
CredentialIdentity
Return a credential
getFactory(IdentityType)
- Static method in class org.jboss.security.identity.
IdentityFactory
getInstance()
- Static method in class org.jboss.security.identity.extensions.
CertificateIdentityFactory
getInstance()
- Static method in class org.jboss.security.identity.extensions.
CredentialIdentityFactory
getKerberosToken()
- Method in interface org.jboss.security.identity.fed.
KerberosIdentity
Return the underlying Kerberos Object
getName()
- Method in interface org.jboss.security.identity.
Attribute
Get the name of the attribute
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
getValue()
- Method in interface org.jboss.security.identity.
Attribute
The value of the attribute
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)
IdentityFactory
- Class in
org.jboss.security.identity
IdentityFactory to create Identities
IdentityFactory()
- Constructor for class org.jboss.security.identity.
IdentityFactory
IdentityType
- Enum in
org.jboss.security.identity
Identity Type
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(T)
- 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
setSimpleRoleClass(String)
- Static method in class org.jboss.security.identity.
RoleFactory
setSimpleRoleGroupClass(String)
- Static method in class org.jboss.security.identity.
RoleFactory
setWSTrustToken(T)
- Method in interface org.jboss.security.identity.fed.
WSTrustIdentity
Set the underlying WSTrust Object
V
valueOf(String)
- Static method in enum org.jboss.security.identity.
Attribute.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.jboss.security.identity.
IdentityType
Returns the enum constant of this type with the specified name.
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.
Attribute.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.jboss.security.identity.
IdentityType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum org.jboss.security.identity.
RoleType
Returns an array containing the constants of this enum type, in the order they are 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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009
JBoss Inc.
. All Rights Reserved.