Apache CXF API

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

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

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

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

Methods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestedSecurityTokenType
 javax.xml.bind.JAXBElement<RequestedSecurityTokenType> ObjectFactory.createRequestedSecurityToken(RequestedSecurityTokenType value)
          Create an instance of JAXBElement<RequestedSecurityTokenType>}
 

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


Apache CXF API

Apache CXF