Uses of Class
org.apache.cxf.ws.security.sts.provider.model.RequestedReferenceType
-
Packages that use RequestedReferenceType Package Description org.apache.cxf.sts.operation org.apache.cxf.ws.security.sts.provider.model -
-
Uses of RequestedReferenceType in org.apache.cxf.sts.operation
Methods in org.apache.cxf.sts.operation that return RequestedReferenceType Modifier and Type Method Description protected 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 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)
-