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

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

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

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

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

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

Methods in com.sun.xml.ws.security.trust.elements that return RequestedUnattachedReference
 RequestedUnattachedReference RequestSecurityTokenResponse.getRequestedUnattachedReference()
          Get the requestedUnattachedReference.
 

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



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