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 GroupasGroup()Return a Group only if it has been setPrincipalasPrincipal()Returns a Principal only if it setStringgetName()Get the name of the identityRolegetRole()Get the Role (Role or RoleGroup)
-