Uses of Interface
com.sun.xml.ws.security.trust.elements.RequestedSecurityToken
-
-
Uses of RequestedSecurityToken in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return RequestedSecurityToken Modifier and Type Method Description abstract RequestedSecurityTokenWSTrustElementFactory. createRequestedSecurityToken()abstract RequestedSecurityTokenWSTrustElementFactory. createRequestedSecurityToken(Token token)Create a RequestedSecurityToken.Methods in com.sun.xml.ws.security.trust with parameters of type RequestedSecurityToken Modifier and Type Method Description abstract RequestSecurityTokenResponseCollectionWSTrustElementFactory. 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 RequestSecurityTokenResponseWSTrustElementFactory. 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 RequestSecurityTokenResponseWSTrustElementFactory. createRSTRForRenew(URI tokenType, URI context, RequestedSecurityToken token, RequestedAttachedReference attachedReference, RequestedUnattachedReference unattachedRef, RequestedProofToken proofToken, Entropy entropy, Lifetime lifetime)Create an RSTR for a Renewal Responseabstract RequestSecurityTokenResponseWSTrustElementFactory. createRSTRForValidate(URI tokenType, RequestedSecurityToken token, Status status)create an RSTR for validate request. -
Uses of RequestedSecurityToken in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return RequestedSecurityToken Modifier and Type Method Description RequestedSecurityTokenRequestSecurityTokenResponse. getRequestedSecurityToken()Get the requested Security TokenMethods in com.sun.xml.ws.security.trust.elements with parameters of type RequestedSecurityToken Modifier and Type Method Description voidRequestSecurityTokenResponse. setRequestedSecurityToken(RequestedSecurityToken securityToken)Set the requestedSecurityToken on the security token response -
Uses of RequestedSecurityToken in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that return RequestedSecurityToken Modifier and Type Method Description RequestedSecurityTokenWSTrustElementFactoryImpl. createRequestedSecurityToken()Create a RequestedSecurityToken.RequestedSecurityTokenWSTrustElementFactoryImpl. createRequestedSecurityToken(Token token)Create a RequestedSecurityToken.Methods in com.sun.xml.ws.security.trust.impl with parameters of type RequestedSecurityToken Modifier and Type Method Description RequestSecurityTokenResponseCollectionWSTrustElementFactoryImpl. 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)RequestSecurityTokenResponseWSTrustElementFactoryImpl. 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.RequestSecurityTokenResponseWSTrustElementFactoryImpl. 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.RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForValidate(URI tokenType, RequestedSecurityToken token, Status status)create an RSTR for validate request. -
Uses of RequestedSecurityToken in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement RequestedSecurityToken Modifier and Type Class Description classRequestedSecurityTokenImplImplementation for the RequestedSecurityToken.Methods in com.sun.xml.ws.security.trust.impl.elements that return RequestedSecurityToken Modifier and Type Method Description RequestedSecurityTokenRequestSecurityTokenResponseImpl. getRequestedSecurityToken()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestedSecurityToken Modifier and Type Method Description voidRequestSecurityTokenResponseImpl. setRequestedSecurityToken(RequestedSecurityToken securityToken)Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestedSecurityToken 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 RequestedSecurityToken in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx that return RequestedSecurityToken Modifier and Type Method Description RequestedSecurityTokenWSTrustElementFactoryImpl. createRequestedSecurityToken()Create a RequestedSecurityToken.RequestedSecurityTokenWSTrustElementFactoryImpl. createRequestedSecurityToken(Token token)Create a RequestedSecurityToken.Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type RequestedSecurityToken Modifier and Type Method Description RequestSecurityTokenResponseCollectionWSTrustElementFactoryImpl. 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)RequestSecurityTokenResponseWSTrustElementFactoryImpl. 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.RequestSecurityTokenResponseWSTrustElementFactoryImpl. 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.RequestSecurityTokenResponseWSTrustElementFactoryImpl. createRSTRForValidate(URI tokenType, RequestedSecurityToken token, Status status)create an RSTR for validate request. -
Uses of RequestedSecurityToken in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement RequestedSecurityToken Modifier and Type Class Description classRequestedSecurityTokenImplImplementation for the RequestedSecurityToken.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return RequestedSecurityToken Modifier and Type Method Description RequestedSecurityTokenRequestSecurityTokenResponseImpl. getRequestedSecurityToken()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestedSecurityToken Modifier and Type Method Description voidRequestSecurityTokenResponseImpl. setRequestedSecurityToken(RequestedSecurityToken securityToken)Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestedSecurityToken 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)
-