Uses of Interface
com.sun.xml.ws.security.trust.elements.RequestedUnattachedReference
-
-
Uses of RequestedUnattachedReference in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return RequestedUnattachedReference Modifier and Type Method Description abstract RequestedUnattachedReference
WSTrustElementFactory. createRequestedUnattachedReference(SecurityTokenReference str)
Create a RequestedUnattachedReference.Methods in com.sun.xml.ws.security.trust with parameters of type RequestedUnattachedReference Modifier and Type Method Description 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 returnedabstract 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 Modifier and Type Method Description RequestedUnattachedReference
RequestSecurityTokenResponse. getRequestedUnattachedReference()
Get the requestedUnattachedReference.Methods in com.sun.xml.ws.security.trust.elements with parameters of type RequestedUnattachedReference Modifier and Type Method Description void
RequestSecurityTokenResponse. setRequestedUnattachedReference(RequestedUnattachedReference reference)
Set the requestedUnattachedReference on the security token response -
Uses of RequestedUnattachedReference in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that return RequestedUnattachedReference Modifier and Type Method Description RequestedUnattachedReference
WSTrustElementFactoryImpl. createRequestedUnattachedReference(SecurityTokenReference str)
Create a RequestedUnattachedReference.Methods in com.sun.xml.ws.security.trust.impl with parameters of type RequestedUnattachedReference Modifier and Type Method Description 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)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.RequestSecurityTokenResponse
WSTrustElementFactoryImpl. createRSTRForRenew(URI tokenType, URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
Create an RSTR for Renew from the given arguments. -
Uses of RequestedUnattachedReference in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement RequestedUnattachedReference Modifier and Type Class Description class
RequestedUnattachedReferenceImpl
Implementation for RequestedUnattachedReference.Methods in com.sun.xml.ws.security.trust.impl.elements that return RequestedUnattachedReference Modifier and Type Method Description RequestedUnattachedReference
RequestSecurityTokenResponseImpl. getRequestedUnattachedReference()
Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestedUnattachedReference Modifier and Type Method Description void
RequestSecurityTokenResponseImpl. setRequestedUnattachedReference(RequestedUnattachedReference reference)
Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestedUnattachedReference Constructor Description 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 RequestedUnattachedReference in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx that return RequestedUnattachedReference Modifier and Type Method Description RequestedUnattachedReference
WSTrustElementFactoryImpl. createRequestedUnattachedReference(SecurityTokenReference str)
Create a RequestedUnattachedReference.Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type RequestedUnattachedReference Modifier and Type Method Description 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.RequestSecurityTokenResponse
WSTrustElementFactoryImpl. createRSTRForRenew(URI tokenType, URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)
Create an RSTR for Renew from the given arguments. -
Uses of RequestedUnattachedReference in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement RequestedUnattachedReference Modifier and Type Class Description class
RequestedUnattachedReferenceImpl
Implementation for RequestedUnattachedReference.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return RequestedUnattachedReference Modifier and Type Method Description RequestedUnattachedReference
RequestSecurityTokenResponseImpl. getRequestedUnattachedReference()
Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestedUnattachedReference Modifier and Type Method Description void
RequestSecurityTokenResponseImpl. setRequestedUnattachedReference(RequestedUnattachedReference reference)
Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestedUnattachedReference Constructor Description 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)
-