public class OutboundUsernameSecurityToken
extends org.apache.xml.security.stax.impl.securityToken.GenericOutboundSecurityToken
Constructor and Description |
---|
OutboundUsernameSecurityToken(String username,
String password,
String createdTime,
byte[] nonce,
String id,
byte[] salt,
int iterations) |
Modifier and Type | Method and Description |
---|---|
String |
getCreated() |
byte[] |
getNonce() |
String |
getPassword() |
Key |
getSecretKey(String algorithmURI) |
String |
getUsername() |
addWrappedToken, getCustomTokenReference, getKeyIdentifier, getKeyWrappingToken, getProcessor, getTokenType, getWrappedTokens, setCustomTokenReference, setKeyWrappingToken, setProcessor, setTokenType
addTokenUsage, getId, getPublicKey, getSecretKey, getSha1Identifier, getTokenUsages, getX509Certificates, isAsymmetric, setAsymmetric, setPublicKey, setSecretKey, setSha1Identifier, setX509Certificates
public String getUsername()
public String getPassword()
public String getCreated()
public byte[] getNonce()
public Key getSecretKey(String algorithmURI) throws org.apache.xml.security.exceptions.XMLSecurityException
getSecretKey
in interface org.apache.xml.security.stax.securityToken.OutboundSecurityToken
getSecretKey
in class org.apache.xml.security.stax.impl.securityToken.GenericOutboundSecurityToken
org.apache.xml.security.exceptions.XMLSecurityException
Copyright © 2016 JBoss by Red Hat. All rights reserved.