org.jboss.security.identity.fed
Interface SAMLIdentity<T>

All Superinterfaces:
Identity, Serializable

public interface SAMLIdentity<T>
extends Identity

Interface for a SAML Identity

Since:
Feb 25, 2008
Version:
$Revision$
Author:
Anil.Saldhana@redhat.com

Method Summary
 T getSAMLObject()
          Return the underlying SAML Object
 void setSAMLObject(T t)
          Set the underlying SAML Object
 
Methods inherited from interface org.jboss.security.identity.Identity
asGroup, asPrincipal, getName, getRole
 

Method Detail

getSAMLObject

T getSAMLObject()
Return the underlying SAML Object

Returns:

setSAMLObject

void setSAMLObject(T t)
Set the underlying SAML Object

Parameters:
t -


Copyright © 2011 JBoss Inc.. All Rights Reserved.