| Package | Description |
|---|---|
| com.sun.xml.ws.api.security.trust | |
| com.sun.xml.ws.api.security.trust.client | |
| com.sun.xml.ws.security.trust | |
| com.sun.xml.ws.security.trust.elements |
| Modifier and Type | Method and Description |
|---|---|
Map<QName,List<String>> |
STSAttributeProvider.getClaimedAttributes(Subject subject,
String appliesTo,
String tokenType,
Claims claims)
Returns the map of claimed attributes of the requestor apply to the targeted service.
|
| Modifier and Type | Method and Description |
|---|---|
Claims |
SecondaryIssuedTokenParameters.getClaims() |
abstract Claims |
STSIssuedTokenConfiguration.getClaims() |
| Modifier and Type | Method and Description |
|---|---|
abstract Claims |
WSTrustElementFactory.createClaims() |
abstract Claims |
WSTrustElementFactory.createClaims(Claims claims) |
abstract Claims |
WSTrustElementFactory.createClaims(Element elem) |
| Modifier and Type | Method and Description |
|---|---|
abstract Claims |
WSTrustElementFactory.createClaims(Claims claims) |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTForIssue(URI tokenType,
URI requestType,
URI context,
AppliesTo scopes,
Claims claims,
Entropy entropy,
Lifetime lifetime)
Create an RST for Issue from the given arguments
Any of the arguments can be null since they are all optional, but one of tokenType and AppliesTo must be present
|
| Modifier and Type | Method and Description |
|---|---|
Claims |
RequestSecurityToken.getClaims()
Get the desired claims settings for the token if specified, null otherwise
|
Claims |
SecondaryParameters.getClaims()
Get the desired claims settings for the token if specified, null otherwise
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestSecurityToken.setClaims(Claims claims)
Set the desired claims settings for the requested token
|
void |
SecondaryParameters.setClaims(Claims claims)
Set the desired claims settings for the requested token
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.