Uses of Class
org.apache.cxf.ws.security.sts.provider.model.RequestedSecurityTokenType
-
Packages that use RequestedSecurityTokenType Package Description org.apache.cxf.sts.operation org.apache.cxf.ws.security.sts.provider.model -
-
Uses of RequestedSecurityTokenType in org.apache.cxf.sts.operation
Methods in org.apache.cxf.sts.operation with parameters of type RequestedSecurityTokenType Modifier and Type Method Description voidDefaultTokenWrapper. wrapToken(Object token, RequestedSecurityTokenType requestedTokenType)Wrap the Token parameter and set it on the RequestedSecurityTokenType parametervoidTokenWrapper. wrapToken(Object token, RequestedSecurityTokenType requestedTokenType)Wrap the Token parameter and set it on the RequestedSecurityTokenType parameter -
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 Modifier and Type Method Description RequestedSecurityTokenTypeObjectFactory. createRequestedSecurityTokenType()Create an instance ofRequestedSecurityTokenTypeMethods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestedSecurityTokenType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestedSecurityTokenType>ObjectFactory. createRequestedSecurityToken(RequestedSecurityTokenType value)Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type RequestedSecurityTokenType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestedSecurityTokenType>ObjectFactory. createRequestedSecurityToken(RequestedSecurityTokenType value)
-