org.apache.wss4j.common.principal
Interface SAMLTokenPrincipal

All Superinterfaces:
Principal
All Known Implementing Classes:
SAMLTokenPrincipalImpl

public interface SAMLTokenPrincipal
extends Principal


Method Summary
 String getId()
           
 String getName()
           
 SamlAssertionWrapper getToken()
           
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Method Detail

getToken

SamlAssertionWrapper getToken()

getName

String getName()
Specified by:
getName in interface Principal

getId

String getId()


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.