Apache CXF API

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

Packages that use RequestSecurityTokenType
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 RequestSecurityTokenType in org.apache.cxf.ws.security.sts.provider
 

Methods in org.apache.cxf.ws.security.sts.provider with parameters of type RequestSecurityTokenType
 RequestSecurityTokenResponseType SecurityTokenServiceImpl.cancel(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenService.cancel(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseCollectionType SecurityTokenServiceImpl.issue(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseCollectionType SecurityTokenService.issue(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 RequestSecurityTokenType in org.apache.cxf.ws.security.sts.provider.model
 

Fields in org.apache.cxf.ws.security.sts.provider.model with type parameters of type RequestSecurityTokenType
protected  List<RequestSecurityTokenType> RequestSecurityTokenCollectionType.requestSecurityToken
           
 

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

Methods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestSecurityTokenType
 javax.xml.bind.JAXBElement<RequestSecurityTokenType> ObjectFactory.createRequestSecurityToken(RequestSecurityTokenType value)
          Create an instance of JAXBElement<RequestSecurityTokenType>}
 List<RequestSecurityTokenType> RequestSecurityTokenCollectionType.getRequestSecurityToken()
          Gets the value of the requestSecurityToken property.
 

Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type RequestSecurityTokenType
 javax.xml.bind.JAXBElement<RequestSecurityTokenType> ObjectFactory.createRequestSecurityToken(RequestSecurityTokenType value)
          Create an instance of JAXBElement<RequestSecurityTokenType>}
 

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

Methods in org.apache.cxf.ws.security.sts.provider.operation with parameters of type RequestSecurityTokenType
 RequestSecurityTokenResponseType CancelOperation.cancel(RequestSecurityTokenType request, javax.xml.ws.WebServiceContext context)
           
 RequestSecurityTokenResponseCollectionType IssueOperation.issue(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