Uses of Class
org.apache.cxf.ws.security.sts.provider.model.RequestedReferenceType
Packages that use RequestedReferenceType
-
Uses of RequestedReferenceType in org.apache.cxf.sts.operation
Methods in org.apache.cxf.sts.operation that return RequestedReferenceTypeModifier and TypeMethodDescriptionprotected static RequestedReferenceTypeAbstractOperation.createRequestedReference(String tokenId, String tokenType, boolean attached) Create a RequestedReferenceType object using a token id and tokenTypeprotected static RequestedReferenceTypeAbstractOperation.createRequestedReference(TokenReference tokenReference, boolean attached) Create a RequestedReferenceType object using a TokenReference object -
Uses of RequestedReferenceType in org.apache.cxf.ws.security.sts.provider.model
Methods in org.apache.cxf.ws.security.sts.provider.model that return RequestedReferenceTypeModifier and TypeMethodDescriptionObjectFactory.createRequestedReferenceType()Create an instance ofRequestedReferenceTypeMethods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestedReferenceTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RequestedReferenceType>ObjectFactory.createRequestedAttachedReference(RequestedReferenceType value) jakarta.xml.bind.JAXBElement<RequestedReferenceType>ObjectFactory.createRequestedUnattachedReference(RequestedReferenceType value) Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type RequestedReferenceTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RequestedReferenceType>ObjectFactory.createRequestedAttachedReference(RequestedReferenceType value) jakarta.xml.bind.JAXBElement<RequestedReferenceType>ObjectFactory.createRequestedUnattachedReference(RequestedReferenceType value)