Uses of Class
org.apache.wss4j.stax.ext.WSSConstants.UsernameTokenPasswordType

Packages that use WSSConstants.UsernameTokenPasswordType
org.apache.wss4j.stax.ext   
org.apache.wss4j.stax.impl.securityToken   
org.apache.wss4j.stax.securityEvent   
org.apache.wss4j.stax.securityToken   
 

Uses of WSSConstants.UsernameTokenPasswordType in org.apache.wss4j.stax.ext
 

Methods in org.apache.wss4j.stax.ext that return WSSConstants.UsernameTokenPasswordType
 WSSConstants.UsernameTokenPasswordType WSSSecurityProperties.getUsernameTokenPasswordType()
           
static WSSConstants.UsernameTokenPasswordType WSSConstants.UsernameTokenPasswordType.getUsernameTokenPasswordType(String namespace)
           
static WSSConstants.UsernameTokenPasswordType WSSConstants.UsernameTokenPasswordType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WSSConstants.UsernameTokenPasswordType[] WSSConstants.UsernameTokenPasswordType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wss4j.stax.ext with parameters of type WSSConstants.UsernameTokenPasswordType
 void WSSSecurityProperties.setUsernameTokenPasswordType(WSSConstants.UsernameTokenPasswordType usernameTokenPasswordType)
           
 

Uses of WSSConstants.UsernameTokenPasswordType in org.apache.wss4j.stax.impl.securityToken
 

Methods in org.apache.wss4j.stax.impl.securityToken that return WSSConstants.UsernameTokenPasswordType
 WSSConstants.UsernameTokenPasswordType UsernameSecurityTokenImpl.getUsernameTokenPasswordType()
           
 

Constructors in org.apache.wss4j.stax.impl.securityToken with parameters of type WSSConstants.UsernameTokenPasswordType
UsernameSecurityTokenImpl(WSSConstants.UsernameTokenPasswordType usernameTokenPasswordType, String username, String password, String createdTime, byte[] nonce, byte[] salt, Long iteration, WSInboundSecurityContext wsInboundSecurityContext, String id, org.apache.xml.security.stax.securityToken.SecurityTokenConstants.KeyIdentifier keyIdentifier)
           
 

Uses of WSSConstants.UsernameTokenPasswordType in org.apache.wss4j.stax.securityEvent
 

Methods in org.apache.wss4j.stax.securityEvent that return WSSConstants.UsernameTokenPasswordType
 WSSConstants.UsernameTokenPasswordType UsernameTokenSecurityEvent.getUsernameTokenPasswordType()
           
 

Uses of WSSConstants.UsernameTokenPasswordType in org.apache.wss4j.stax.securityToken
 

Methods in org.apache.wss4j.stax.securityToken that return WSSConstants.UsernameTokenPasswordType
 WSSConstants.UsernameTokenPasswordType UsernameSecurityToken.getUsernameTokenPasswordType()
           
 



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