| Modifier and Type | Method and Description |
|---|---|
Token |
IssueSamlTokenContract.createSAMLAssertion(String appliesTo,
String tokenType,
String keyType,
String assertionId,
String issuer,
Map<QName,List<String>> claimedAttrs,
IssuedTokenContext context) |
| Modifier and Type | Method and Description |
|---|---|
abstract Token |
STSIssuedTokenConfiguration.getOBOToken() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DerivedKeyToken
DerivedKeyToken Interface
TODO: This defintion is incomplete.
|
interface |
EncryptedKey |
interface |
SecurityContextToken
SecurityContextToken Interface
|
interface |
SecurityTokenReference
TODO: refine/define the methods in this interface
|
| Modifier and Type | Method and Description |
|---|---|
Token |
IssuedTokenContext.getAssociatedProofToken()
get the Proof Token (if any) associated with the SecurityToken, null otherwise
|
Token |
IssuedTokenContext.getAttachedSecurityTokenReference()
If the token returned doesnt allow use of wsu:id attribute then a STR is returned as
|
Token |
IssuedTokenContext.getSecurityToken()
Depending on the
|
Token |
IssuedTokenContext.getTarget() |
Token |
IssuedTokenContext.getUnAttachedSecurityTokenReference()
If the token returned doesnt allow use of wsu:id attribute then a STR is returned as
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssuedTokenContext.setAssociatedProofToken(Token token)
Set the Proof Token Associated with the SecurityToken
|
void |
IssuedTokenContext.setAttachedSecurityTokenReference(Token str)
If the token returned doesnt allow use of wsu:id attribute then a STR is returned as
|
void |
IssuedTokenContext.setSecurityToken(Token tok)
Depending on the
|
void |
IssuedTokenContext.setTarget(Token target) |
void |
IssuedTokenContext.setUnAttachedSecurityTokenReference(Token str)
If the token returned doesnt allow use of wsu:id attribute then a STR is returned as
|
| Modifier and Type | Method and Description |
|---|---|
Token |
IssuedTokenContextImpl.getAssociatedProofToken() |
Token |
IssuedTokenContextImpl.getAttachedSecurityTokenReference() |
Token |
IssuedTokenContextImpl.getSecurityToken() |
Token |
IssuedTokenContextImpl.getTarget() |
Token |
IssuedTokenContextImpl.getUnAttachedSecurityTokenReference() |
| Modifier and Type | Method and Description |
|---|---|
void |
IssuedTokenContextImpl.setAssociatedProofToken(Token associatedProofToken) |
void |
IssuedTokenContextImpl.setAttachedSecurityTokenReference(Token secTokenReference) |
void |
IssuedTokenContextImpl.setSecurityToken(Token securityToken) |
void |
IssuedTokenContextImpl.setTarget(Token target) |
void |
IssuedTokenContextImpl.setUnAttachedSecurityTokenReference(Token secTokenReference) |
| Modifier and Type | Method and Description |
|---|---|
abstract ActAs |
WSTrustElementFactory.createActAs(Token token) |
abstract OnBehalfOf |
WSTrustElementFactory.createOnBehalfOf(Token oboToken) |
abstract RequestedSecurityToken |
WSTrustElementFactory.createRequestedSecurityToken(Token token)
Create a RequestedSecurityToken.
|
abstract UseKey |
WSTrustElementFactory.createUseKey(Token token,
String sig) |
abstract ValidateTarget |
WSTrustElementFactory.createValidateTarget(Token token) |
| Modifier and Type | Method and Description |
|---|---|
Token |
UseKey.getToken()
Get the Token contained in the element, null otherwise.
|
Token |
DelegateTo.getToken()
Get the Token contained in this DelegateTo instance
|
Token |
CancelTarget.getToken()
Get the token to be Cancelled
|
Token |
RenewTarget.getToken()
Get the Token to be renewed
|
Token |
RequestedSecurityToken.getToken()
Returns the Security Token contained in the RequestedSecurityToken element.
|
Token |
Encryption.getToken()
Get the Token contained in this Encryption instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
UseKey.setToken(Token token)
Set the Token as the contents of UseKey
|
void |
DelegateTo.setToken(Token token)
Set the Token as the contents of DelegateTo
|
void |
CancelTarget.setToken(Token token)
Set the token to be Cancelled
|
void |
RenewTarget.setToken(Token token)
Set the Token to be renewed
|
void |
RequestedSecurityToken.setToken(Token token)
Sets the value of the Security Token in the RequestedSecurityToken element.
|
void |
Encryption.setToken(Token token)
Set the Token as the contents of Encryption
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityTokenReferenceImpl
SecurityTokenReference implementation
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.