Uses of Interface
com.sun.xml.ws.security.trust.elements.BaseSTSResponse
Packages that use BaseSTSResponse
Package
Description
-
Uses of BaseSTSResponse in com.sun.xml.ws.security.secconv
Methods in com.sun.xml.ws.security.secconv that return BaseSTSResponseModifier and TypeMethodDescriptionWSSCContract.cancel(BaseSTSRequest request, IssuedTokenContext context) Cancel a SecurityContextTokenWSSCContract.issue(BaseSTSRequest request, IssuedTokenContext context, SecureConversationToken scToken) Issue a SecurityContextTokenWSSCContract.renew(BaseSTSRequest request, IssuedTokenContext context, SecureConversationToken scToken) Renew a SecurityContextTokenMethods in com.sun.xml.ws.security.secconv with parameters of type BaseSTSResponseModifier and TypeMethodDescriptionNewWSSCPlugin.processRSTR(IssuedTokenContext context, BaseSTSRequest rst, BaseSTSResponse rstr, String endPointAddress) -
Uses of BaseSTSResponse in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return BaseSTSResponseModifier and TypeMethodDescriptionWSTrustClientContract.createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes, IssuedTokenContext context) Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.WSTrustClientContract.handleRSTRForNegotiatedExchange(BaseSTSRequest rst, BaseSTSResponse rstr, IssuedTokenContext context) Handle an RSTR returned by the Issuer and Respond to the ChallengeMethods in com.sun.xml.ws.security.trust that return types with arguments of type BaseSTSResponseModifier and TypeMethodDescriptionWSTrustFactory.newWSTrustContract(STSConfiguration config, String appliesTo) Return a concrete implementor of WSTrustContract.Methods in com.sun.xml.ws.security.trust with parameters of type BaseSTSResponseModifier and TypeMethodDescriptionvoidWSTrustClientContract.handleRSTR(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context) Handle an RSTR returned by the Issuer and update Token information into the IssuedTokenContext.WSTrustClientContract.handleRSTRForNegotiatedExchange(BaseSTSRequest rst, BaseSTSResponse rstr, IssuedTokenContext context) Handle an RSTR returned by the Issuer and Respond to the Challengeabstract ElementWSTrustElementFactory.toElement(BaseSTSResponse response) abstract javax.xml.bind.JAXBElementWSTrustElementFactory.toJAXBElement(BaseSTSResponse response) abstract SourceWSTrustElementFactory.toSource(BaseSTSResponse response) -
Uses of BaseSTSResponse in com.sun.xml.ws.security.trust.elements
Subinterfaces of BaseSTSResponse in com.sun.xml.ws.security.trust.elementsModifier and TypeInterfaceDescriptioninterfaceinterfaceUsed to specify multiple RSTR responses, each of which has separate key information. -
Uses of BaseSTSResponse in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that return BaseSTSResponseModifier and TypeMethodDescriptionIssueSamlTokenContract.cancel(BaseSTSRequest request, IssuedTokenContext context, Map issuedTokenCtxMap) Cancel a TokenWSTrustContractImpl.cancel(BaseSTSRequest rst, IssuedTokenContext context, Map map) WSTrustClientContractImpl.createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes, IssuedTokenContext context) Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.WSTrustClientContractImpl.handleRSTRForNegotiatedExchange(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context) Handle an RSTR returned by the Issuer and Respond to the ChallengeIssueSamlTokenContract.issue(BaseSTSRequest request, IssuedTokenContext context) Issue a TokenWSTrustContractImpl.issue(BaseSTSRequest request, IssuedTokenContext context) IssueSamlTokenContract.issueMultiple(BaseSTSRequest request, IssuedTokenContext context) Issue a Collection of Token(s) possibly for different scopesIssueSamlTokenContract.renew(BaseSTSRequest request, IssuedTokenContext context) Renew a TokenWSTrustContractImpl.renew(BaseSTSRequest rst, IssuedTokenContext context) IssueSamlTokenContract.validate(BaseSTSRequest request, IssuedTokenContext context) Validate a TokenWSTrustContractImpl.validate(BaseSTSRequest request, IssuedTokenContext context) Methods in com.sun.xml.ws.security.trust.impl with parameters of type BaseSTSResponseModifier and TypeMethodDescriptionprotected voidWSTrustContractImpl.handleExtension(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context) voidWSTrustClientContractImpl.handleRSTR(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context) Handle an RSTR returned by the Issuer and update Token information into the IssuedTokenContext.WSTrustClientContractImpl.handleRSTRForNegotiatedExchange(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context) Handle an RSTR returned by the Issuer and Respond to the ChallengevoidIssueSamlTokenContract.handleUnsolicited(BaseSTSResponse rstr, IssuedTokenContext context) handle an unsolicited RSTR like in the case of Client Initiated Secure Conversation.voidWSTrustContractImpl.handleUnsolicited(BaseSTSResponse rstr, IssuedTokenContext context) WSTrustElementFactoryImpl.toElement(BaseSTSResponse response) javax.xml.bind.JAXBElementWSTrustElementFactoryImpl.toJAXBElement(BaseSTSResponse response) WSTrustElementFactoryImpl.toSource(BaseSTSResponse response) -
Uses of BaseSTSResponse in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement BaseSTSResponseModifier and TypeClassDescriptionclassclassImplementation of a RequestSecurityTokenResponse. -
Uses of BaseSTSResponse in com.sun.xml.ws.security.trust.impl.ic
Methods in com.sun.xml.ws.security.trust.impl.ic with parameters of type BaseSTSResponseModifier and TypeMethodDescriptionprotected voidICContractImpl.handleExtension(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context) -
Uses of BaseSTSResponse in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type BaseSTSResponseModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.toElement(BaseSTSResponse response) javax.xml.bind.JAXBElementWSTrustElementFactoryImpl.toJAXBElement(BaseSTSResponse response) WSTrustElementFactoryImpl.toSource(BaseSTSResponse response) -
Uses of BaseSTSResponse in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement BaseSTSResponseModifier and TypeClassDescriptionclassclassImplementation of a RequestSecurityTokenResponse. -
Uses of BaseSTSResponse in com.sun.xml.ws.security.trust.util
Methods in com.sun.xml.ws.security.trust.util with parameters of type BaseSTSResponseModifier and TypeMethodDescriptionstatic StringWSTrustUtil.elemToString(BaseSTSResponse rstr, WSTrustVersion wstVer)