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.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
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.trust
 

Methods in com.sun.xml.ws.security.trust with parameters of type AppliesTo
abstract  RequestSecurityToken WSTrustElementFactory.createRSTForIssue(java.net.URI tokenType, java.net.URI requestType, java.net.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(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attachedRef, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
          Create a collection of RequestSecurityTokenResponse(s)
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRForIssue(java.net.URI tokenType, java.net.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
 



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