Apache CXF API

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

Packages that use RequestSecurityTokenResponseType
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.ws.security.sts.provider
 

Methods in org.apache.cxf.ws.security.sts.provider that return RequestSecurityTokenResponseType
 RequestSecurityTokenResponseType SecurityTokenServiceImpl.cancel(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenService.cancel(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenServiceImpl.issueSingle(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenService.issueSingle(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenServiceImpl.keyExchangeToken(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenService.keyExchangeToken(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenServiceImpl.renew(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenService.renew(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenServiceImpl.validate(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenService.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
 javax.xml.bind.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
 javax.xml.bind.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, javax.xml.ws.WebServiceContext context)
           
 RequestSecurityTokenResponseType IssueSingleOperation.issueSingle(RequestSecurityTokenType request, javax.xml.ws.WebServiceContext context)
           
 RequestSecurityTokenResponseType KeyExchangeTokenOperation.keyExchangeToken(RequestSecurityTokenType request, javax.xml.ws.WebServiceContext context)
           
 RequestSecurityTokenResponseType RenewOperation.renew(RequestSecurityTokenType request, javax.xml.ws.WebServiceContext context)
           
 RequestSecurityTokenResponseType ValidateOperation.validate(RequestSecurityTokenType request, javax.xml.ws.WebServiceContext context)
           
 


Apache CXF API

Apache CXF