Uses of Interface
com.sun.xml.ws.api.security.trust.Claims
-
Packages that use Claims 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 -
-
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 Modifier and Type Method 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. -
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 Modifier and Type Method Description ClaimsSecondaryIssuedTokenParameters. getClaims()abstract ClaimsSTSIssuedTokenConfiguration. getClaims() -
Uses of Claims in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return Claims Modifier and Type Method Description abstract ClaimsWSTrustElementFactory. createClaims()abstract ClaimsWSTrustElementFactory. createClaims(Claims claims)abstract ClaimsWSTrustElementFactory. createClaims(Element elem)Methods in com.sun.xml.ws.security.trust with parameters of type Claims Modifier and Type Method Description abstract ClaimsWSTrustElementFactory. createClaims(Claims claims)abstract RequestSecurityTokenWSTrustElementFactory. 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 Modifier and Type Method Description ClaimsRequestSecurityToken. getClaims()Get the desired claims settings for the token if specified, null otherwiseClaimsSecondaryParameters. getClaims()Get the desired claims settings for the token if specified, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type Claims Modifier and Type Method Description voidRequestSecurityToken. setClaims(Claims claims)Set the desired claims settings for the requested tokenvoidSecondaryParameters. setClaims(Claims claims)Set the desired claims settings for the requested token
-