Uses of Class
org.apache.cxf.ws.security.sts.provider.model.RequestedReferenceType
-
Packages that use RequestedReferenceType Package Description org.apache.cxf.ws.security.sts.provider.model -
-
Uses of RequestedReferenceType in org.apache.cxf.ws.security.sts.provider.model
Methods in org.apache.cxf.ws.security.sts.provider.model that return RequestedReferenceType Modifier and Type Method Description RequestedReferenceTypeObjectFactory. createRequestedReferenceType()Create an instance ofRequestedReferenceTypeMethods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestedReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestedReferenceType>ObjectFactory. createRequestedAttachedReference(RequestedReferenceType value)javax.xml.bind.JAXBElement<RequestedReferenceType>ObjectFactory. createRequestedUnattachedReference(RequestedReferenceType value)Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type RequestedReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestedReferenceType>ObjectFactory. createRequestedAttachedReference(RequestedReferenceType value)javax.xml.bind.JAXBElement<RequestedReferenceType>ObjectFactory. createRequestedUnattachedReference(RequestedReferenceType value)
-