Uses of Interface
com.sun.xml.ws.security.trust.elements.DelegateTo
Packages that use DelegateTo
Package
Description
-
Uses of DelegateTo in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return DelegateToModifier and TypeMethodDescriptionWSTrustElementBase.getDelegateTo()get the DelegateTo value if set, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type DelegateToModifier and TypeMethodDescriptionvoidWSTrustElementBase.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 DelegateToMethods in com.sun.xml.ws.security.trust.impl.elements that return DelegateToModifier and TypeMethodDescriptionRequestSecurityTokenImpl.getDelegateTo()RequestSecurityTokenResponseImpl.getDelegateTo()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type DelegateToModifier and TypeMethodDescriptionfinal voidRequestSecurityTokenImpl.setDelegateTo(DelegateTo delegateTo) final 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 DelegateToMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return DelegateToModifier and TypeMethodDescriptionRequestSecurityTokenImpl.getDelegateTo()RequestSecurityTokenResponseImpl.getDelegateTo()SecondaryParametersImpl.getDelegateTo()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type DelegateToModifier and TypeMethodDescriptionvoidRequestSecurityTokenImpl.setDelegateTo(DelegateTo to) voidRequestSecurityTokenResponseImpl.setDelegateTo(DelegateTo to) voidSecondaryParametersImpl.setDelegateTo(DelegateTo to)