Uses of Class
com.sun.xml.ws.security.secext10.SecurityTokenReferenceType
-
Packages that use SecurityTokenReferenceType Package Description com.sun.xml.ws.security.secconv com.sun.xml.ws.security.secext10 com.sun.xml.ws.security.trust.impl.elements.str -
-
Uses of SecurityTokenReferenceType in com.sun.xml.ws.security.secconv
Methods in com.sun.xml.ws.security.secconv with parameters of type SecurityTokenReferenceType Modifier and Type Method Description StringSTRValidationHelper. extractSecurityTokenId(SecurityTokenReferenceType str)Get the security token reference URI from the specified wsse:SecurityTokenReference element. -
Uses of SecurityTokenReferenceType in com.sun.xml.ws.security.secext10
Methods in com.sun.xml.ws.security.secext10 that return SecurityTokenReferenceType Modifier and Type Method Description SecurityTokenReferenceTypeObjectFactory. createSecurityTokenReferenceType()Create an instance ofSecurityTokenReferenceTypeMethods in com.sun.xml.ws.security.secext10 that return types with arguments of type SecurityTokenReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SecurityTokenReferenceType>ObjectFactory. createSecurityTokenReference(SecurityTokenReferenceType value)Methods in com.sun.xml.ws.security.secext10 with parameters of type SecurityTokenReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<SecurityTokenReferenceType>ObjectFactory. createSecurityTokenReference(SecurityTokenReferenceType value) -
Uses of SecurityTokenReferenceType in com.sun.xml.ws.security.trust.impl.elements.str
Subclasses of SecurityTokenReferenceType in com.sun.xml.ws.security.trust.impl.elements.str Modifier and Type Class Description classSecurityTokenReferenceImplSecurityTokenReference implementationConstructors in com.sun.xml.ws.security.trust.impl.elements.str with parameters of type SecurityTokenReferenceType Constructor Description SecurityTokenReferenceImpl(SecurityTokenReferenceType strType)
-