org.apache.wss4j.stax.securityEvent
Class UsernameTokenSecurityEvent

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

public class UsernameTokenSecurityEvent
extends org.apache.xml.security.stax.securityEvent.TokenSecurityEvent<UsernameSecurityToken>


Constructor Summary
UsernameTokenSecurityEvent()
           
 
Method Summary
 WSSConstants.UsernameTokenPasswordType getUsernameTokenPasswordType()
           
 String getUsernameTokenProfile()
           
 void setUsernameTokenProfile(String usernameTokenProfile)
           
 
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

UsernameTokenSecurityEvent

public UsernameTokenSecurityEvent()
Method Detail

getUsernameTokenPasswordType

public WSSConstants.UsernameTokenPasswordType getUsernameTokenPasswordType()

getUsernameTokenProfile

public String getUsernameTokenProfile()

setUsernameTokenProfile

public void setUsernameTokenProfile(String usernameTokenProfile)


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