org.apache.wss4j.stax.validate
Class TokenContext

java.lang.Object
  extended by org.apache.wss4j.stax.validate.TokenContext

public class TokenContext
extends Object


Constructor Summary
TokenContext(WSSSecurityProperties wssSecurityProperties, WSInboundSecurityContext wsInboundSecurityContext, List<org.apache.xml.security.stax.ext.stax.XMLSecEvent> xmlSecEvents, List<QName> elementPath)
           
 
Method Summary
 List<QName> getElementPath()
           
 org.apache.xml.security.stax.ext.stax.XMLSecEvent getFirstXMLSecEvent()
           
 WSInboundSecurityContext getWsSecurityContext()
           
 WSSSecurityProperties getWssSecurityProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenContext

public TokenContext(WSSSecurityProperties wssSecurityProperties,
                    WSInboundSecurityContext wsInboundSecurityContext,
                    List<org.apache.xml.security.stax.ext.stax.XMLSecEvent> xmlSecEvents,
                    List<QName> elementPath)
Method Detail

getWssSecurityProperties

public WSSSecurityProperties getWssSecurityProperties()

getWsSecurityContext

public WSInboundSecurityContext getWsSecurityContext()

getElementPath

public List<QName> getElementPath()

getFirstXMLSecEvent

public org.apache.xml.security.stax.ext.stax.XMLSecEvent getFirstXMLSecEvent()


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