Uses of Class
com.sun.xml.ws.policy.impl.bindings.AppliesTo
-
Packages that use AppliesTo Package Description com.sun.xml.ws.policy.impl.bindings com.sun.xml.ws.security.trust com.sun.xml.ws.security.trust.elements -
-
Uses of AppliesTo in com.sun.xml.ws.policy.impl.bindings
Fields in com.sun.xml.ws.policy.impl.bindings declared as AppliesTo Modifier and Type Field Description protected AppliesToPolicyAttachment. appliesToMethods in com.sun.xml.ws.policy.impl.bindings that return AppliesTo Modifier and Type Method Description AppliesToObjectFactory. createAppliesTo()Create an instance ofAppliesToAppliesToPolicyAttachment. getAppliesTo()Gets the value of the appliesTo property.Methods in com.sun.xml.ws.policy.impl.bindings with parameters of type AppliesTo Modifier and Type Method Description voidPolicyAttachment. setAppliesTo(AppliesTo value)Sets the value of the appliesTo property. -
Uses of AppliesTo in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust with parameters of type AppliesTo Modifier and Type Method Description 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 presentabstract RequestSecurityTokenResponseCollectionWSTrustElementFactory. createRSTRCollectionForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedRef, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)Create a collection of RequestSecurityTokenResponse(s)abstract RequestSecurityTokenResponseWSTrustElementFactory. createRSTRForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedRef, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)create an RSTR for Issue from the given arguments Any of the arguments can be null since they are all optional, but one of RequestedSecurityToken or RequestedProofToken should be returned -
Uses of AppliesTo in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return AppliesTo Modifier and Type Method Description AppliesToWSTrustElementBase. getAppliesTo()Get the desired AppliesTo policy settings for the token if specified, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type AppliesTo Modifier and Type Method Description voidWSTrustElementBase. setAppliesTo(AppliesTo appliesTo)Set the desired policy settings for the requested token
-