Uses of Interface
com.sun.xml.ws.security.trust.elements.DelegateTo
-
Packages that use DelegateTo Package Description com.sun.xml.ws.security.trust.elements com.sun.xml.ws.security.trust.impl.elements com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of DelegateTo in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return DelegateTo Modifier and Type Method Description DelegateToWSTrustElementBase. getDelegateTo()get the DelegateTo value if set, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type DelegateTo Modifier and Type Method Description voidWSTrustElementBase. setDelegateTo(DelegateTo to)set the Delegate to which the issued token be delegated -
Uses of DelegateTo in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement DelegateTo Modifier and Type Class Description classDelegateToImplMethods in com.sun.xml.ws.security.trust.impl.elements that return DelegateTo Modifier and Type Method Description DelegateToRequestSecurityTokenImpl. getDelegateTo()DelegateToRequestSecurityTokenResponseImpl. getDelegateTo()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type DelegateTo Modifier and Type Method Description voidRequestSecurityTokenImpl. setDelegateTo(DelegateTo delegateTo)voidRequestSecurityTokenResponseImpl. setDelegateTo(DelegateTo to) -
Uses of DelegateTo in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement DelegateTo Modifier and Type Class Description classDelegateToImplMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return DelegateTo Modifier and Type Method Description DelegateToRequestSecurityTokenImpl. getDelegateTo()DelegateToRequestSecurityTokenResponseImpl. getDelegateTo()DelegateToSecondaryParametersImpl. getDelegateTo()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type DelegateTo Modifier and Type Method Description voidRequestSecurityTokenImpl. setDelegateTo(DelegateTo to)voidRequestSecurityTokenResponseImpl. setDelegateTo(DelegateTo to)voidSecondaryParametersImpl. setDelegateTo(DelegateTo to)
-