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 Detail

      • getIdentity

        <T> T getIdentity()
        Return the identity represented
        Returns:
      • getProof

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