Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
WSSSecurityProperties.setUsernameTokenPasswordType(WSSConstants.UsernameTokenPasswordType usernameTokenPasswordType) |
Modifier and Type | Method and Description |
---|---|
WSSConstants.UsernameTokenPasswordType |
UsernameSecurityTokenImpl.getUsernameTokenPasswordType() |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
WSSConstants.UsernameTokenPasswordType |
UsernameTokenSecurityEvent.getUsernameTokenPasswordType() |
Modifier and Type | Method and Description |
---|---|
WSSConstants.UsernameTokenPasswordType |
UsernameSecurityToken.getUsernameTokenPasswordType() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.