Package org.jboss.security
Interface RunAs
-
- All Superinterfaces:
Principal
- All Known Implementing Classes:
RunAsIdentity
public interface RunAs extends Principal
Represent an entity X with a proof of identity Y- Since:
- Mar 6, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
getIdentity()
Return the identity represented<T> T
getProof()
Return the proof of identity
-