Uses of Interface
com.sun.xml.ws.security.trust.elements.str.Reference
-
Packages that use Reference Package Description com.sun.xml.ws.security.trust com.sun.xml.ws.security.trust.elements.str com.sun.xml.ws.security.trust.impl.elements.str -
-
Uses of Reference in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust with parameters of type Reference Modifier and Type Method Description abstract SecurityTokenReferenceWSTrustElementFactory. createSecurityTokenReference(Reference ref) -
Uses of Reference in com.sun.xml.ws.security.trust.elements.str
Subinterfaces of Reference in com.sun.xml.ws.security.trust.elements.str Modifier and Type Interface Description interfaceDirectReferenceReference InterfaceinterfaceKeyIdentifierKeyIdentifier InterfaceMethods in com.sun.xml.ws.security.trust.elements.str that return Reference Modifier and Type Method Description ReferenceSecurityTokenReference. getReference()Methods in com.sun.xml.ws.security.trust.elements.str with parameters of type Reference Modifier and Type Method Description voidSecurityTokenReference. setReference(Reference ref) -
Uses of Reference in com.sun.xml.ws.security.trust.impl.elements.str
Classes in com.sun.xml.ws.security.trust.impl.elements.str that implement Reference Modifier and Type Class Description classDirectReferenceImplReference InterfaceclassKeyIdentifierImplKeyIdentifier implementationMethods in com.sun.xml.ws.security.trust.impl.elements.str that return Reference Modifier and Type Method Description ReferenceSecurityTokenReferenceImpl. getReference()Methods in com.sun.xml.ws.security.trust.impl.elements.str with parameters of type Reference Modifier and Type Method Description voidSecurityTokenReferenceImpl. setReference(Reference ref)Constructors in com.sun.xml.ws.security.trust.impl.elements.str with parameters of type Reference Constructor Description SecurityTokenReferenceImpl(Reference ref)
-