JBoss Security SPI - Aggregator 2.0.4.SP8

org.jboss.security
Interface RunAs

All Superinterfaces:
Principal

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
<T> T
getIdentity()
          Return the identity represented
<T> T
getProof()
          Return the proof of identity
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Method Detail

getIdentity

<T> T getIdentity()
Return the identity represented

Returns:

getProof

<T> T getProof()
Return the proof of identity

Returns:

JBoss Security SPI - Aggregator 2.0.4.SP8

Copyright © 2012 JBoss Inc.. All Rights Reserved.