org.apache.wss4j.stax.securityEvent
Class IssuedTokenSecurityEvent<T extends org.apache.xml.security.stax.securityToken.SecurityToken>

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<T>
Direct Known Subclasses:
KerberosTokenSecurityEvent, RelTokenSecurityEvent, SamlTokenSecurityEvent, SecurityContextTokenSecurityEvent

public abstract class IssuedTokenSecurityEvent<T extends org.apache.xml.security.stax.securityToken.SecurityToken>
extends org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<T>


Constructor Summary
IssuedTokenSecurityEvent(org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event securityEventType)
           
 
Method Summary
abstract  String getIssuerName()
           
 
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

IssuedTokenSecurityEvent

public IssuedTokenSecurityEvent(org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event securityEventType)
Method Detail

getIssuerName

public abstract String getIssuerName()
                              throws WSSecurityException
Throws:
WSSecurityException


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