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

All Superinterfaces:
Identity, Serializable

public interface WSTrustIdentity<T>
extends Identity

Interface for a WS-Trust based Identity

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

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

Method Detail

getWSTrustToken

T getWSTrustToken()
Return the underlying WSTrust Object

Returns:

setWSTrustToken

void setWSTrustToken(T t)
Set the underlying WSTrust Object

Parameters:
t -


Copyright © 2009 JBoss Inc.. All Rights Reserved.