Uses of Class
org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType
-
Packages that use RequestSecurityTokenType Package Description org.apache.cxf.ws.security.sts.provider org.apache.cxf.ws.security.sts.provider.model org.apache.cxf.ws.security.sts.provider.operation -
-
Uses of RequestSecurityTokenType in org.apache.cxf.ws.security.sts.provider
-
Uses of RequestSecurityTokenType in org.apache.cxf.ws.security.sts.provider.model
Fields in org.apache.cxf.ws.security.sts.provider.model with type parameters of type RequestSecurityTokenType Modifier and Type Field Description protected List<RequestSecurityTokenType>RequestSecurityTokenCollectionType. requestSecurityTokenMethods in org.apache.cxf.ws.security.sts.provider.model that return RequestSecurityTokenType Modifier and Type Method Description RequestSecurityTokenTypeObjectFactory. createRequestSecurityTokenType()Create an instance ofRequestSecurityTokenTypeMethods in org.apache.cxf.ws.security.sts.provider.model that return types with arguments of type RequestSecurityTokenType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenType>ObjectFactory. createRequestSecurityToken(RequestSecurityTokenType value)List<RequestSecurityTokenType>RequestSecurityTokenCollectionType. getRequestSecurityToken()Gets the value of the requestSecurityToken property.Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type RequestSecurityTokenType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenType>ObjectFactory. createRequestSecurityToken(RequestSecurityTokenType value) -
Uses of RequestSecurityTokenType in org.apache.cxf.ws.security.sts.provider.operation
-