Uses of Class
com.sun.xml.ws.policy.impl.bindings.AppliesTo
-
-
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.secconv
Methods in com.sun.xml.ws.security.secconv with parameters of type AppliesTo Modifier and Type Method Description RequestSecurityTokenResponseWSSCClientContract. createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes, IssuedTokenContext context)Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context. -
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)BaseSTSResponseWSTrustClientContract. createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes, IssuedTokenContext context)Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.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 -
Uses of AppliesTo in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl with parameters of type AppliesTo Modifier and Type Method Description 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 presentRequestSecurityTokenResponseCollectionWSTrustElementFactoryImpl. createRSTRCollectionForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)Create a collection of RequestSecurityTokenResponse(s)BaseSTSResponseWSTrustClientContractImpl. createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes, IssuedTokenContext context)Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)Create an RSTR for Issue from the given arguments. -
Uses of AppliesTo in com.sun.xml.ws.security.trust.impl.elements
Methods in com.sun.xml.ws.security.trust.impl.elements that return AppliesTo Modifier and Type Method Description AppliesToRequestSecurityTokenImpl. getAppliesTo()AppliesToRequestSecurityTokenResponseImpl. getAppliesTo()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type AppliesTo Modifier and Type Method Description voidRequestSecurityTokenImpl. setAppliesTo(AppliesTo appliesTo)voidRequestSecurityTokenResponseImpl. setAppliesTo(AppliesTo appliesTo)Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type AppliesTo Constructor Description RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lifetime, URI algorithm)RequestSecurityTokenResponseCollectionImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lt)RequestSecurityTokenResponseImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime, Status status) -
Uses of AppliesTo in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type AppliesTo Modifier and Type Method Description 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 presentRequestSecurityTokenResponseCollectionWSTrustElementFactoryImpl. createRSTRCollectionForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lt)Create a collection of RequestSecurityTokenResponse(s)RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForIssue(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedReference, RequestedProofToken proofToken, Entropy entropy, Lifetime lt)Create an RSTR for Issue from the given arguments. -
Uses of AppliesTo in com.sun.xml.ws.security.trust.impl.wssx.elements
Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return AppliesTo Modifier and Type Method Description AppliesToRequestSecurityTokenImpl. getAppliesTo()AppliesToRequestSecurityTokenResponseImpl. getAppliesTo()AppliesToSecondaryParametersImpl. getAppliesTo()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type AppliesTo Modifier and Type Method Description voidRequestSecurityTokenImpl. setAppliesTo(AppliesTo appliesTo)voidRequestSecurityTokenResponseImpl. setAppliesTo(AppliesTo appliesTo)voidSecondaryParametersImpl. setAppliesTo(AppliesTo appliesTo)Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type AppliesTo Constructor Description RequestSecurityTokenImpl(URI tokenType, URI requestType, URI context, AppliesTo scopes, Claims claims, Entropy entropy, Lifetime lt, URI algorithm)RequestSecurityTokenResponseCollectionImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lt)RequestSecurityTokenResponseImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime, Status status) -
Uses of AppliesTo in com.sun.xml.ws.security.trust.util
Methods in com.sun.xml.ws.security.trust.util that return AppliesTo Modifier and Type Method Description static AppliesToWSTrustUtil. createAppliesTo(String appliesTo)Methods in com.sun.xml.ws.security.trust.util with parameters of type AppliesTo Modifier and Type Method Description static StringWSTrustUtil. getAppliesToURI(AppliesTo appliesTo)static List<Object>WSTrustUtil. parseAppliesTo(AppliesTo appliesTo)
-