Uses of Class
com.sun.xml.ws.policy.impl.bindings.AppliesTo

Packages that use AppliesTo
com.sun.xml.ws.policy.impl.bindings   
com.sun.xml.ws.security.secconv   
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.wssx   
com.sun.xml.ws.security.trust.impl.wssx.elements   
com.sun.xml.ws.security.trust.util   
 

Uses of AppliesTo in com.sun.xml.ws.policy.impl.bindings
 

Fields in com.sun.xml.ws.policy.impl.bindings declared as AppliesTo
protected  AppliesTo PolicyAttachment.appliesTo
           
 

Methods in com.sun.xml.ws.policy.impl.bindings that return AppliesTo
 AppliesTo ObjectFactory.createAppliesTo()
          Create an instance of AppliesTo
 AppliesTo PolicyAttachment.getAppliesTo()
          Gets the value of the appliesTo property.
 

Methods in com.sun.xml.ws.policy.impl.bindings with parameters of type AppliesTo
 void PolicyAttachment.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
 RequestSecurityTokenResponse WSSCClientContract.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
abstract  RequestSecurityToken WSTrustElementFactory.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
abstract  RequestSecurityTokenResponseCollection WSTrustElementFactory.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)
 BaseSTSResponse WSTrustClientContract.createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes, IssuedTokenContext context)
          Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.
abstract  RequestSecurityTokenResponse WSTrustElementFactory.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
 AppliesTo WSTrustElementBase.getAppliesTo()
          Get the desired AppliesTo policy settings for the token if specified, null otherwise
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type AppliesTo
 void WSTrustElementBase.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
 RequestSecurityToken WSTrustElementFactoryImpl.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
 RequestSecurityTokenResponseCollection WSTrustElementFactoryImpl.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)
 BaseSTSResponse WSTrustClientContractImpl.createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes, IssuedTokenContext context)
          Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.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
 AppliesTo RequestSecurityTokenImpl.getAppliesTo()
           
 AppliesTo RequestSecurityTokenResponseImpl.getAppliesTo()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type AppliesTo
 void RequestSecurityTokenImpl.setAppliesTo(AppliesTo appliesTo)
           
 void RequestSecurityTokenResponseImpl.setAppliesTo(AppliesTo appliesTo)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type AppliesTo
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
 RequestSecurityToken WSTrustElementFactoryImpl.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
 RequestSecurityTokenResponseCollection WSTrustElementFactoryImpl.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)
 RequestSecurityTokenResponse WSTrustElementFactoryImpl.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
 AppliesTo RequestSecurityTokenImpl.getAppliesTo()
           
 AppliesTo RequestSecurityTokenResponseImpl.getAppliesTo()
           
 AppliesTo SecondaryParametersImpl.getAppliesTo()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type AppliesTo
 void RequestSecurityTokenImpl.setAppliesTo(AppliesTo appliesTo)
           
 void RequestSecurityTokenResponseImpl.setAppliesTo(AppliesTo appliesTo)
           
 void SecondaryParametersImpl.setAppliesTo(AppliesTo appliesTo)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type AppliesTo
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
static AppliesTo WSTrustUtil.createAppliesTo(String appliesTo)
           
 

Methods in com.sun.xml.ws.security.trust.util with parameters of type AppliesTo
static String WSTrustUtil.getAppliesToURI(AppliesTo appliesTo)
           
static List<Object> WSTrustUtil.parseAppliesTo(AppliesTo appliesTo)
           
 



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