| Modifier and Type | Method and Description |
|---|---|
Reference |
SecurityTokenReference.getReference() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityTokenReference.setReference(Reference ref)
Sets the appropriate reference type for STR - like EkyIndentifier, Direct reference etc
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectReference
Interface for DirectReference reference type inside a STR
|
interface |
KeyIdentifier
Interface for KeyIdentifier reference type inside a STR
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
SecurityTokenReference.getReference()
gets the reference element from the security token reference
|
| Modifier and Type | Method and Description |
|---|---|
protected KeyInfo |
TokenBuilder.buildKeyInfo(Reference ref,
String strId)
builds SecurityTokenReference with the reference element provided and with the id.
|
protected SecurityTokenReference |
TokenBuilder.buildSTR(Reference ref)
creates a new SecurityTokenReference with the reference element provided
|
protected SecurityTokenReference |
TokenBuilder.buildSTR(String strId,
Reference ref)
creates a new SecurityTokenReference with the reference element provided
sets the id provided in the SecurityTokenReference if the security policy is a SignaturePolicy
|
void |
SecurityTokenReference.setReference(Reference ref)
sets the reference element into the security token reference
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectReference
Class for DirectReference reference type inside a STR
|
class |
KeyIdentifier |
class |
X509Data |
| Modifier and Type | Method and Description |
|---|---|
SecurityTokenReference |
WSSElementFactory.createSecurityTokenReference(Reference reference)
Create a SecurityTokenReference
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.