|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityTokenReference | |
|---|---|
| org.apache.ws.security.message | |
| org.apache.ws.security.message.token | |
| org.apache.ws.security.saml | |
| org.apache.ws.security.str | |
| org.apache.ws.security.transform | |
| Uses of SecurityTokenReference in org.apache.ws.security.message |
|---|
| Fields in org.apache.ws.security.message declared as SecurityTokenReference | |
|---|---|
protected SecurityTokenReference |
WSSecSignature.secRef
|
protected SecurityTokenReference |
WSSecEncrypt.securityTokenReference
SecurityTokenReference to be inserted into EncryptedData/keyInfo element. |
| Methods in org.apache.ws.security.message that return SecurityTokenReference | |
|---|---|
SecurityTokenReference |
WSSecEncrypt.getSecurityTokenReference()
|
SecurityTokenReference |
WSSecSignature.getSecurityTokenReference()
Get the SecurityTokenReference to be used in the KeyInfo element. |
| Methods in org.apache.ws.security.message with parameters of type SecurityTokenReference | |
|---|---|
void |
WSSecEncrypt.setSecurityTokenReference(SecurityTokenReference reference)
|
void |
WSSecSignature.setSecurityTokenReference(SecurityTokenReference secRef)
Set the SecurityTokenReference to be used in the KeyInfo element. |
| Uses of SecurityTokenReference in org.apache.ws.security.message.token |
|---|
| Methods in org.apache.ws.security.message.token that return SecurityTokenReference | |
|---|---|
SecurityTokenReference |
DerivedKeyToken.getSecurityTokenReference()
Returns the SecurityTokenReference of the derived key token |
| Methods in org.apache.ws.security.message.token with parameters of type SecurityTokenReference | |
|---|---|
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 |
| Uses of SecurityTokenReference in org.apache.ws.security.saml |
|---|
| Methods in org.apache.ws.security.saml with parameters of type SecurityTokenReference | |
|---|---|
static AssertionWrapper |
SAMLUtil.getAssertionFromKeyIdentifier(SecurityTokenReference secRef,
org.w3c.dom.Element strElement,
RequestData request,
WSDocInfo wsDocInfo)
Get an AssertionWrapper object from parsing a SecurityTokenReference that uses a KeyIdentifier that points to a SAML Assertion. |
| Uses of SecurityTokenReference in org.apache.ws.security.str |
|---|
| Methods in org.apache.ws.security.str with parameters of type SecurityTokenReference | |
|---|---|
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. |
| Uses of SecurityTokenReference in org.apache.ws.security.transform |
|---|
| Methods in org.apache.ws.security.transform with parameters of type SecurityTokenReference | |
|---|---|
static org.w3c.dom.Element |
STRTransformUtil.dereferenceSTR(org.w3c.dom.Document doc,
SecurityTokenReference secRef,
WSDocInfo wsDocInfo)
Retrieves the element representing the referenced content of a STR. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||