Modifier and Type | Field and Description |
---|---|
protected SecurityTokenReference |
WSSecSignature.secRef |
protected SecurityTokenReference |
WSSecEncrypt.securityTokenReference
SecurityTokenReference to be inserted into EncryptedData/keyInfo element.
|
Modifier and Type | Method and Description |
---|---|
SecurityTokenReference |
WSSecSignature.getSecurityTokenReference()
Get the SecurityTokenReference to be used in the KeyInfo element.
|
SecurityTokenReference |
WSSecEncrypt.getSecurityTokenReference() |
Modifier and Type | Method and Description |
---|---|
void |
WSSecSignature.setSecurityTokenReference(SecurityTokenReference secRef)
Set the SecurityTokenReference to be used in the KeyInfo element.
|
void |
WSSecEncrypt.setSecurityTokenReference(SecurityTokenReference reference) |
Modifier and Type | Method and Description |
---|---|
SecurityTokenReference |
DerivedKeyToken.getSecurityTokenReference()
Returns the SecurityTokenReference of the derived key token
|
Modifier and Type | Method and Description |
---|---|
void |
DerivedKeyToken.setSecurityTokenReference(SecurityTokenReference ref)
Sets the security token reference of the derived key token
This is the reference to the shared secret used in the conversation/context
|
Modifier and Type | Method and Description |
---|---|
static AssertionWrapper |
SAMLUtil.getAssertionFromKeyIdentifier(SecurityTokenReference secRef,
Element strElement,
RequestData request,
WSDocInfo wsDocInfo)
Get an AssertionWrapper object from parsing a SecurityTokenReference that uses
a KeyIdentifier that points to a SAML Assertion.
|
Modifier and Type | Method and Description |
---|---|
static void |
BSPEnforcer.checkBinarySecurityBSPCompliance(SecurityTokenReference secRef,
BinarySecurity token)
Check that the BinarySecurityToken referenced by the SecurityTokenReference argument
is BSP compliant.
|
static void |
BSPEnforcer.checkEncryptedKeyBSPCompliance(SecurityTokenReference secRef)
Check that the EncryptedKey referenced by the SecurityTokenReference argument
is BSP compliant.
|
static void |
BSPEnforcer.checkSamlTokenBSPCompliance(SecurityTokenReference secRef,
AssertionWrapper assertion)
Check that the SAML token referenced by the SecurityTokenReference argument
is BSP compliant.
|
static void |
BSPEnforcer.checkUsernameTokenBSPCompliance(SecurityTokenReference secRef)
Check that the Username token referenced by the SecurityTokenReference argument
is BSP compliant.
|
Modifier and Type | Method and Description |
---|---|
static Element |
STRTransformUtil.dereferenceSTR(Document doc,
SecurityTokenReference secRef,
WSDocInfo wsDocInfo)
Retrieves the element representing the referenced content of a STR.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.