|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Claims | |
|---|---|
| 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 | |
| Uses of Claims in com.sun.xml.ws.api.security.trust |
|---|
| Methods in com.sun.xml.ws.api.security.trust with parameters of type Claims | |
|---|---|
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. |
| Uses of Claims in com.sun.xml.ws.api.security.trust.client |
|---|
| Methods in com.sun.xml.ws.api.security.trust.client that return Claims | |
|---|---|
Claims |
SecondaryIssuedTokenParameters.getClaims()
|
abstract Claims |
STSIssuedTokenConfiguration.getClaims()
|
| Uses of Claims in com.sun.xml.ws.security.trust |
|---|
| Methods in com.sun.xml.ws.security.trust that return Claims | |
|---|---|
abstract Claims |
WSTrustElementFactory.createClaims()
|
abstract Claims |
WSTrustElementFactory.createClaims(Claims claims)
|
abstract Claims |
WSTrustElementFactory.createClaims(Element elem)
|
| Methods in com.sun.xml.ws.security.trust with parameters of type Claims | |
|---|---|
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 |
| Uses of Claims in com.sun.xml.ws.security.trust.elements |
|---|
| Methods in com.sun.xml.ws.security.trust.elements that return Claims | |
|---|---|
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 |
| Methods in com.sun.xml.ws.security.trust.elements with parameters of type Claims | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||