@Deprecated public class WSSecurityEngineResult extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static String |
TAG_ACTION
Deprecated.
Tag denoting the cryptographic operation performed
The value under this tag is of type java.lang.Integer
|
static String |
TAG_BINARY_SECURITY_TOKEN
Deprecated.
Tag denoting the BinarySecurityToken found, if applicable.
|
static String |
TAG_CANONICALIZATION_METHOD
Deprecated.
Tag denoting the algorithm that was used to do canonicalization
The value under this tag is of type String.
|
static String |
TAG_DATA_REF_URIS
Deprecated.
Tag denoting references to a List of Data ref URIs.
|
static String |
TAG_DELEGATION_CREDENTIAL
Deprecated.
Tag denoting a delegation credential found, if applicable.
|
static String |
TAG_DERIVED_KEY_TOKEN
Deprecated.
Tag denoting a DerivedKeyToken object
|
static String |
TAG_ENCRYPTED_EPHEMERAL_KEY
Deprecated.
Tag denoting the encrypted key bytes
The value under this tag is a byte array
|
static String |
TAG_ENCRYPTED_KEY_TRANSPORT_METHOD
Deprecated.
Tag denoting the encrypted key transport algorithm.
|
static String |
TAG_ID
Deprecated.
The (wsu) Id of the token corresponding to this result.
|
static String |
TAG_PRINCIPAL
Deprecated.
Tag denoting the security principal found, if applicable.
|
static String |
TAG_PUBLIC_KEY
Deprecated.
Tag denoting a PublicKey associated with this token
|
static String |
TAG_SAML_ASSERTION
Deprecated.
Tag denoting the SAML Assertion found, if applicable.
|
static String |
TAG_SECRET
Deprecated.
Tag denoting a byte[] secret associated with this token
|
static String |
TAG_SECURITY_CONTEXT_TOKEN
Deprecated.
Tag denoting references to the DOM elements that have been
cryptographically protected.
|
static String |
TAG_SIGNATURE_CONFIRMATION
Deprecated.
Tag denoting the signature confirmation of a signed element,
if applicable.
|
static String |
TAG_SIGNATURE_METHOD
Deprecated.
Tag denoting the algorithm that was used to sign the message
The value under this tag is of type String.
|
static String |
TAG_SIGNATURE_VALUE
Deprecated.
Tag denoting the signature value of a signed element, if applicable.
|
static String |
TAG_SUBJECT
Deprecated.
Tag denoting the security subject found, if applicable.
|
static String |
TAG_TIMESTAMP
Deprecated.
Tag denoting the timestamp found, if applicable.
|
static String |
TAG_TOKEN_ELEMENT
Deprecated.
Tag denoting the DOM Element of the processed token (if a token has been processed).
|
static String |
TAG_TRANSFORMED_TOKEN
Deprecated.
Tag denoting a Transformed Token.
|
static String |
TAG_USERNAME_TOKEN
Deprecated.
Tag denoting a UsernameToken object
|
static String |
TAG_VALIDATED_TOKEN
Deprecated.
Tag denoting that the TAG_*_TOKEN result has been validated by a Validator
implementation.
|
static String |
TAG_X509_CERTIFICATE
Deprecated.
Tag denoting the X.509 certificate found, if applicable.
|
static String |
TAG_X509_CERTIFICATES
Deprecated.
Tag denoting the X.509 certificate chain found, if applicable.
|
static String |
TAG_X509_REFERENCE_TYPE
Deprecated.
Tag denoting how the X.509 certificate (chain) was referenced, if applicable.
|
Constructor and Description |
---|
WSSecurityEngineResult(int act)
Deprecated.
|
WSSecurityEngineResult(int act,
BinarySecurity token,
X509Certificate[] certs)
Deprecated.
|
WSSecurityEngineResult(int act,
byte[] decryptedKey,
byte[] encryptedKeyBytes,
List<WSDataRef> dataRefUris)
Deprecated.
|
WSSecurityEngineResult(int act,
byte[] decryptedKey,
byte[] encryptedKeyBytes,
List<WSDataRef> dataRefUris,
X509Certificate[] certs)
Deprecated.
|
WSSecurityEngineResult(int act,
List<WSDataRef> dataRefUris)
Deprecated.
|
WSSecurityEngineResult(int act,
Principal princ,
X509Certificate[] certs,
byte[] sv)
Deprecated.
|
WSSecurityEngineResult(int act,
Principal princ,
X509Certificate[] certs,
List<WSDataRef> dataRefs,
byte[] sv)
Deprecated.
|
WSSecurityEngineResult(int act,
SamlAssertionWrapper ass)
Deprecated.
|
WSSecurityEngineResult(int act,
SecurityContextToken sct)
Deprecated.
|
WSSecurityEngineResult(int act,
SignatureConfirmation sc)
Deprecated.
|
WSSecurityEngineResult(int act,
Timestamp tstamp)
Deprecated.
|
WSSecurityEngineResult(int act,
UsernameToken usernameToken)
Deprecated.
|
WSSecurityEngineResult(int act,
UsernameToken usernameToken,
Principal principal)
Deprecated.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public static final String TAG_SAML_ASSERTION
public static final String TAG_TIMESTAMP
public static final String TAG_SECURITY_CONTEXT_TOKEN
public static final String TAG_USERNAME_TOKEN
public static final String TAG_DERIVED_KEY_TOKEN
public static final String TAG_SIGNATURE_CONFIRMATION
public static final String TAG_BINARY_SECURITY_TOKEN
public static final String TAG_TRANSFORMED_TOKEN
public static final String TAG_VALIDATED_TOKEN
public static final String TAG_TOKEN_ELEMENT
public static final String TAG_X509_CERTIFICATE
public static final String TAG_SIGNATURE_VALUE
public static final String TAG_X509_CERTIFICATES
public static final String TAG_X509_REFERENCE_TYPE
public static final String TAG_ENCRYPTED_EPHEMERAL_KEY
public static final String TAG_SECRET
public static final String TAG_PUBLIC_KEY
public static final String TAG_ACTION
public static final String TAG_PRINCIPAL
public static final String TAG_SUBJECT
public static final String TAG_DATA_REF_URIS
public static final String TAG_ENCRYPTED_KEY_TRANSPORT_METHOD
public static final String TAG_SIGNATURE_METHOD
public static final String TAG_CANONICALIZATION_METHOD
public static final String TAG_DELEGATION_CREDENTIAL
public static final String TAG_ID
public WSSecurityEngineResult(int act)
public WSSecurityEngineResult(int act, SamlAssertionWrapper ass)
public WSSecurityEngineResult(int act, Principal princ, X509Certificate[] certs, byte[] sv)
public WSSecurityEngineResult(int act, Principal princ, X509Certificate[] certs, List<WSDataRef> dataRefs, byte[] sv)
public WSSecurityEngineResult(int act, byte[] decryptedKey, byte[] encryptedKeyBytes, List<WSDataRef> dataRefUris)
public WSSecurityEngineResult(int act, byte[] decryptedKey, byte[] encryptedKeyBytes, List<WSDataRef> dataRefUris, X509Certificate[] certs)
public WSSecurityEngineResult(int act, List<WSDataRef> dataRefUris)
public WSSecurityEngineResult(int act, Timestamp tstamp)
public WSSecurityEngineResult(int act, SecurityContextToken sct)
public WSSecurityEngineResult(int act, SignatureConfirmation sc)
public WSSecurityEngineResult(int act, UsernameToken usernameToken)
public WSSecurityEngineResult(int act, UsernameToken usernameToken, Principal principal)
public WSSecurityEngineResult(int act, BinarySecurity token, X509Certificate[] certs)
Copyright © 2017 JBoss by Red Hat. All rights reserved.