Uses of Enum Class
org.apache.wss4j.stax.ext.WSSConstants.UsernameTokenPasswordType
Packages that use WSSConstants.UsernameTokenPasswordType
Package
Description
-
Uses of WSSConstants.UsernameTokenPasswordType in org.apache.wss4j.stax.ext
Methods in org.apache.wss4j.stax.ext that return WSSConstants.UsernameTokenPasswordTypeModifier and TypeMethodDescriptionWSSConstants.UsernameTokenPasswordType.getUsernameTokenPasswordType(String namespace) WSSSecurityProperties.getUsernameTokenPasswordType()Returns the enum constant of this class with the specified name.WSSConstants.UsernameTokenPasswordType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.wss4j.stax.ext with parameters of type WSSConstants.UsernameTokenPasswordTypeModifier and TypeMethodDescriptionvoidWSSSecurityProperties.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.UsernameTokenPasswordTypeConstructors in org.apache.wss4j.stax.impl.securityToken with parameters of type WSSConstants.UsernameTokenPasswordTypeModifierConstructorDescriptionUsernameSecurityTokenImpl(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 -
Uses of WSSConstants.UsernameTokenPasswordType in org.apache.wss4j.stax.securityToken
Methods in org.apache.wss4j.stax.securityToken that return WSSConstants.UsernameTokenPasswordType