Uses of Class
org.apache.wss4j.stax.ext.WSSConstants.UsernameTokenPasswordType
-
-
Uses of WSSConstants.UsernameTokenPasswordType in org.apache.wss4j.stax.ext
Methods in org.apache.wss4j.stax.ext that return WSSConstants.UsernameTokenPasswordType Modifier and Type Method Description static WSSConstants.UsernameTokenPasswordTypeWSSConstants.UsernameTokenPasswordType. getUsernameTokenPasswordType(String namespace)WSSConstants.UsernameTokenPasswordTypeWSSSecurityProperties. getUsernameTokenPasswordType()static WSSConstants.UsernameTokenPasswordTypeWSSConstants.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 Modifier and Type Method Description voidWSSSecurityProperties. 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 Modifier and Type Method Description WSSConstants.UsernameTokenPasswordTypeUsernameSecurityTokenImpl. getUsernameTokenPasswordType()Constructors in org.apache.wss4j.stax.impl.securityToken with parameters of type WSSConstants.UsernameTokenPasswordType Constructor Description 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 Modifier and Type Method Description WSSConstants.UsernameTokenPasswordTypeUsernameTokenSecurityEvent. getUsernameTokenPasswordType() -
Uses of WSSConstants.UsernameTokenPasswordType in org.apache.wss4j.stax.securityToken
Methods in org.apache.wss4j.stax.securityToken that return WSSConstants.UsernameTokenPasswordType Modifier and Type Method Description WSSConstants.UsernameTokenPasswordTypeUsernameSecurityToken. getUsernameTokenPasswordType()
-