org.apache.wss4j.stax.securityEvent
Class HttpsTokenSecurityEvent

java.lang.Object
  extended by org.apache.xml.security.stax.securityEvent.SecurityEvent
      extended by org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<HttpsSecurityToken>
          extended by org.apache.wss4j.stax.securityEvent.HttpsTokenSecurityEvent

public class HttpsTokenSecurityEvent
extends org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<HttpsSecurityToken>


Nested Class Summary
static class HttpsTokenSecurityEvent.AuthenticationType
           
 
Constructor Summary
HttpsTokenSecurityEvent()
           
 
Method Summary
 HttpsTokenSecurityEvent.AuthenticationType getAuthenticationType()
           
 String getIssuerName()
           
 void setAuthenticationType(HttpsTokenSecurityEvent.AuthenticationType authenticationType)
           
 void setIssuerName(String issuerName)
           
 
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

HttpsTokenSecurityEvent

public HttpsTokenSecurityEvent()
Method Detail

getAuthenticationType

public HttpsTokenSecurityEvent.AuthenticationType getAuthenticationType()

setAuthenticationType

public void setAuthenticationType(HttpsTokenSecurityEvent.AuthenticationType authenticationType)

getIssuerName

public String getIssuerName()

setIssuerName

public void setIssuerName(String issuerName)


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