Uses of Class
org.apache.cxf.ws.security.sts.provider.model.secext.SecurityTokenReferenceType
-
Packages that use SecurityTokenReferenceType Package Description org.apache.cxf.ws.security.sts.provider.model org.apache.cxf.ws.security.sts.provider.model.secext -
-
Uses of SecurityTokenReferenceType in org.apache.cxf.ws.security.sts.provider.model
Fields in org.apache.cxf.ws.security.sts.provider.model declared as SecurityTokenReferenceType Modifier and Type Field Description protected SecurityTokenReferenceTypeRequestedReferenceType. securityTokenReferenceMethods in org.apache.cxf.ws.security.sts.provider.model that return SecurityTokenReferenceType Modifier and Type Method Description SecurityTokenReferenceTypeRequestedReferenceType. getSecurityTokenReference()Gets the value of the securityTokenReference property.Methods in org.apache.cxf.ws.security.sts.provider.model with parameters of type SecurityTokenReferenceType Modifier and Type Method Description voidRequestedReferenceType. setSecurityTokenReference(SecurityTokenReferenceType value)Sets the value of the securityTokenReference property. -
Uses of SecurityTokenReferenceType in org.apache.cxf.ws.security.sts.provider.model.secext
Methods in org.apache.cxf.ws.security.sts.provider.model.secext that return SecurityTokenReferenceType Modifier and Type Method Description SecurityTokenReferenceTypeObjectFactory. createSecurityTokenReferenceType()Create an instance ofSecurityTokenReferenceTypeMethods in org.apache.cxf.ws.security.sts.provider.model.secext that return types with arguments of type SecurityTokenReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<SecurityTokenReferenceType>ObjectFactory. createSecurityTokenReference(SecurityTokenReferenceType value)Methods in org.apache.cxf.ws.security.sts.provider.model.secext with parameters of type SecurityTokenReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<SecurityTokenReferenceType>ObjectFactory. createSecurityTokenReference(SecurityTokenReferenceType value)
-