Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType

Packages that use RequestSecurityTokenResponseType
org.apache.cxf.sts.operation   
org.apache.cxf.ws.security.sts.provider   
org.apache.cxf.ws.security.sts.provider.model   
org.apache.cxf.ws.security.sts.provider.operation   
 

Uses of RequestSecurityTokenResponseType in org.apache.cxf.sts.operation
 

Methods in org.apache.cxf.sts.operation that return RequestSecurityTokenResponseType
 RequestSecurityTokenResponseType TokenCancelOperation.cancel(RequestSecurityTokenType request, WebServiceContext context)
           
 RequestSecurityTokenResponseType TokenRequestCollectionOperation.handleRequest(RequestSecurityTokenType request, WebServiceContext context, String requestType)
           
 RequestSecurityTokenResponseType TokenIssueOperation.issueSingle(RequestSecurityTokenType request, WebServiceContext context)
           
 RequestSecurityTokenResponseType TokenRenewOperation.renew(RequestSecurityTokenType request, WebServiceContext context)
           
 RequestSecurityTokenResponseType TokenValidateOperation.validate(RequestSecurityTokenType request, WebServiceContext context)
           
 

Uses of RequestSecurityTokenResponseType in org.apache.cxf.ws.security.sts.provider
 

Methods in org.apache.cxf.ws.security.sts.provider that return RequestSecurityTokenResponseType
 RequestSecurityTokenResponseType SecurityTokenService.cancel(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenServiceImpl.cancel(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenService.issueSingle(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenServiceImpl.issueSingle(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenService.keyExchangeToken(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenServiceImpl.keyExchangeToken(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenService.renew(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenServiceImpl.renew(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenService.validate(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenServiceImpl.validate(RequestSecurityTokenType request)
           
 

Uses of RequestSecurityTokenResponseType in org.apache.cxf.ws.security.sts.provider.model
 

Fields in org.apache.cxf.ws.security.sts.provider.model with type parameters of type RequestSecurityTokenResponseType
protected  List<RequestSecurityTokenResponseType> RequestSecurityTokenResponseCollectionType.requestSecurityTokenResponse
           
 

Methods in org.apache.cxf.ws.security.sts.provider.model that return RequestSecurityTokenResponseType
 RequestSecurityTokenResponseType ObjectFactory.createRequestSecurityTokenResponseType()
          Create an instance of RequestSecurityTokenResponseType
 

Methods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestSecurityTokenResponseType
 JAXBElement<RequestSecurityTokenResponseType> ObjectFactory.createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value)
          Create an instance of JAXBElement<RequestSecurityTokenResponseType>}
 List<RequestSecurityTokenResponseType> RequestSecurityTokenResponseCollectionType.getRequestSecurityTokenResponse()
          Gets the value of the requestSecurityTokenResponse property.
 

Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type RequestSecurityTokenResponseType
 JAXBElement<RequestSecurityTokenResponseType> ObjectFactory.createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value)
          Create an instance of JAXBElement<RequestSecurityTokenResponseType>}
 

Uses of RequestSecurityTokenResponseType in org.apache.cxf.ws.security.sts.provider.operation
 

Methods in org.apache.cxf.ws.security.sts.provider.operation that return RequestSecurityTokenResponseType
 RequestSecurityTokenResponseType CancelOperation.cancel(RequestSecurityTokenType request, WebServiceContext context)
           
 RequestSecurityTokenResponseType IssueSingleOperation.issueSingle(RequestSecurityTokenType request, WebServiceContext context)
           
 RequestSecurityTokenResponseType KeyExchangeTokenOperation.keyExchangeToken(RequestSecurityTokenType request, WebServiceContext context)
           
 RequestSecurityTokenResponseType RenewOperation.renew(RequestSecurityTokenType request, WebServiceContext context)
           
 RequestSecurityTokenResponseType ValidateOperation.validate(RequestSecurityTokenType request, WebServiceContext context)
           
 


Apache CXF API

Apache CXF