org.apache.wss4j.stax.securityToken
Interface SamlSecurityToken

All Superinterfaces:
org.apache.xml.security.stax.securityToken.SecurityToken, SubjectAndPrincipalSecurityToken
All Known Implementing Classes:
SamlSecurityTokenImpl

public interface SamlSecurityToken
extends SubjectAndPrincipalSecurityToken


Method Summary
 SamlAssertionWrapper getSamlAssertionWrapper()
           
 
Methods inherited from interface org.apache.wss4j.stax.securityToken.SubjectAndPrincipalSecurityToken
getPrincipal, getSubject
 
Methods inherited from interface org.apache.xml.security.stax.securityToken.SecurityToken
addTokenUsage, getId, getKeyIdentifier, getKeyWrappingToken, getPublicKey, getSecretKey, getSha1Identifier, getTokenType, getTokenUsages, getWrappedTokens, getX509Certificates, isAsymmetric
 

Method Detail

getSamlAssertionWrapper

SamlAssertionWrapper getSamlAssertionWrapper()


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