org.apache.wss4j.stax.securityEvent
Class SamlTokenSecurityEvent

java.lang.Object
  extended by org.apache.xml.security.stax.securityEvent.SecurityEvent
      extended by org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<T>
          extended by org.apache.wss4j.stax.securityEvent.IssuedTokenSecurityEvent<SamlSecurityToken>
              extended by org.apache.wss4j.stax.securityEvent.SamlTokenSecurityEvent

public class SamlTokenSecurityEvent
extends IssuedTokenSecurityEvent<SamlSecurityToken>


Constructor Summary
SamlTokenSecurityEvent()
           
 
Method Summary
 String getIssuerName()
           
 SamlAssertionWrapper getSamlAssertionWrapper()
           
 
Methods inherited from class org.apache.xml.security.stax.securityEvent.TokenSecurityEvent
getSecurityToken, setSecurityToken
 
Methods inherited from class org.apache.xml.security.stax.securityEvent.SecurityEvent
getCorrelationID, getSecurityEventType, setCorrelationID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlTokenSecurityEvent

public SamlTokenSecurityEvent()
Method Detail

getIssuerName

public String getIssuerName()
                     throws WSSecurityException
Specified by:
getIssuerName in class IssuedTokenSecurityEvent<SamlSecurityToken>
Throws:
WSSecurityException

getSamlAssertionWrapper

public SamlAssertionWrapper getSamlAssertionWrapper()
                                             throws WSSecurityException
Throws:
WSSecurityException


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