Uses of Interface
com.sun.xml.ws.security.trust.elements.RequestedAttachedReference

Packages that use RequestedAttachedReference
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
 

Uses of RequestedAttachedReference in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust that return RequestedAttachedReference
abstract  RequestedAttachedReference WSTrustElementFactory.createRequestedAttachedReference(SecurityTokenReference str)
          Create a RequestedAttachedReference.
 

Methods in com.sun.xml.ws.security.trust with parameters of type RequestedAttachedReference
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
abstract  RequestSecurityTokenResponse WSTrustElementFactory.createRSTRForRenew(java.net.URI tokenType, java.net.URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
          Create an RSTR for a Renewal Response
 

Uses of RequestedAttachedReference in com.sun.xml.ws.security.trust.elements
 

Methods in com.sun.xml.ws.security.trust.elements that return RequestedAttachedReference
 RequestedAttachedReference RequestSecurityTokenResponse.getRequestedAttachedReference()
          Get the requestedAttachedReference.
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type RequestedAttachedReference
 void RequestSecurityTokenResponse.setRequestedAttachedReference(RequestedAttachedReference reference)
          Set the requestedAttachedReference on the security token response
 



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