Uses of Interface
com.sun.xml.ws.api.security.trust.Claims

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
 java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> STSAttributeProvider.getClaimedAttributes(javax.security.auth.Subject subject, java.lang.String appliesTo, java.lang.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(org.w3c.dom.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(java.net.URI tokenType, java.net.URI requestType, java.net.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 SecondaryParameters.getClaims()
          Get the desired claims settings for the token if specified, null otherwise
 Claims RequestSecurityToken.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 SecondaryParameters.setClaims(Claims claims)
          Set the desired claims settings for the requested token
 void RequestSecurityToken.setClaims(Claims claims)
          Set the desired claims settings for the requested token
 



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.