Uses of Class
org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType
-
-
Uses of RequestSecurityTokenResponseType in org.apache.cxf.sts.operation
-
Uses of RequestSecurityTokenResponseType in org.apache.cxf.ws.security.sts.provider
-
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 Modifier and Type Field Description protected List<RequestSecurityTokenResponseType>RequestSecurityTokenResponseCollectionType. requestSecurityTokenResponseMethods in org.apache.cxf.ws.security.sts.provider.model that return RequestSecurityTokenResponseType Modifier and Type Method Description RequestSecurityTokenResponseTypeObjectFactory. createRequestSecurityTokenResponseType()Create an instance ofRequestSecurityTokenResponseTypeMethods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestSecurityTokenResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenResponseType>ObjectFactory. createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value)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 Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenResponseType>ObjectFactory. createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value) -
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 Modifier and Type Method Description RequestSecurityTokenResponseTypeCancelOperation. cancel(RequestSecurityTokenType request, Principal principal, Map<String,Object> messageContext)RequestSecurityTokenResponseTypeIssueSingleOperation. issueSingle(RequestSecurityTokenType request, Principal principal, Map<String,Object> messageContext)RequestSecurityTokenResponseTypeKeyExchangeTokenOperation. keyExchangeToken(RequestSecurityTokenType request, Principal principal, Map<String,Object> messageContext)RequestSecurityTokenResponseTypeRenewOperation. renew(RequestSecurityTokenType request, Principal principal, Map<String,Object> messageContext)RequestSecurityTokenResponseTypeValidateOperation. validate(RequestSecurityTokenType request, Principal principal, Map<String,Object> messageContext)
-