Uses of Interface
com.sun.xml.ws.api.security.trust.Claims
-
-
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 -
Uses of Claims in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that return Claims Modifier and Type Method Description ClaimsWSTrustElementFactoryImpl. createClaims()ClaimsWSTrustElementFactoryImpl. createClaims(Claims claims)ClaimsWSTrustElementFactoryImpl. createClaims(Element elem)Methods in com.sun.xml.ws.security.trust.impl with parameters of type Claims Modifier and Type Method Description ClaimsWSTrustElementFactoryImpl. createClaims(Claims claims)RequestSecurityTokenWSTrustElementFactoryImpl. 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 presentMap<QName,List<String>>DefaultSTSAttributeProvider. getClaimedAttributes(Subject subject, String appliesTo, String tokenType, Claims claims) -
Uses of Claims in com.sun.xml.ws.security.trust.impl.client
Methods in com.sun.xml.ws.security.trust.impl.client that return Claims Modifier and Type Method Description ClaimsDefaultSTSIssuedTokenConfiguration. getClaims()ClaimsSecondaryIssuedTokenParametersImpl. getClaims()Methods in com.sun.xml.ws.security.trust.impl.client with parameters of type Claims Modifier and Type Method Description voidDefaultSTSIssuedTokenConfiguration. setClaims(Claims claims)voidSecondaryIssuedTokenParametersImpl. setClaims(Claims claims) -
Uses of Claims in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement Claims Modifier and Type Class Description classClaimsImplImplementation class for Claims.Methods in com.sun.xml.ws.security.trust.impl.elements that return Claims Modifier and Type Method Description ClaimsRequestSecurityTokenImpl. getClaims()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type Claims Modifier and Type Method Description voidRequestSecurityTokenImpl. setClaims(Claims claims)Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type Claims Constructor Description RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lifetime, URI algorithm) -
Uses of Claims in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx that return Claims Modifier and Type Method Description ClaimsWSTrustElementFactoryImpl. createClaims()ClaimsWSTrustElementFactoryImpl. createClaims(Claims claims)ClaimsWSTrustElementFactoryImpl. createClaims(Element elem)Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type Claims Modifier and Type Method Description ClaimsWSTrustElementFactoryImpl. createClaims(Claims claims)RequestSecurityTokenWSTrustElementFactoryImpl. createRSTForIssue(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lt)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.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement Claims Modifier and Type Class Description classClaimsImplImplementation class for Claims.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return Claims Modifier and Type Method Description ClaimsRequestSecurityTokenImpl. getClaims()ClaimsSecondaryParametersImpl. getClaims()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Claims Modifier and Type Method Description voidRequestSecurityTokenImpl. setClaims(Claims claims)voidSecondaryParametersImpl. setClaims(Claims claims)Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type Claims Constructor Description RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lt, URI algorithm)
-