Package org.jboss.security.identity
Interface Identity
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
CertificateIdentity
,CredentialIdentity<T>
,KerberosIdentity<T>
,OpenIdIdentity<T>
,SAMLIdentity<T>
,WSTrustIdentity<T>
- All Known Implementing Classes:
SimpleIdentity
public interface Identity extends Serializable
Identity of an entity (user, process etc)- Since:
- Nov 16, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Group
asGroup()
Return a Group only if it has been setPrincipal
asPrincipal()
Returns a Principal only if it setString
getName()
Get the name of the identityRole
getRole()
Get the Role (Role or RoleGroup)
-