Uses of Interface
com.sun.xml.ws.security.trust.elements.DelegateTo

Packages that use DelegateTo
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
 DelegateTo WSTrustElementBase.getDelegateTo()
          get the DelegateTo value if set, null otherwise
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type DelegateTo
 void WSTrustElementBase.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
 class DelegateToImpl
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return DelegateTo
 DelegateTo RequestSecurityTokenImpl.getDelegateTo()
           
 DelegateTo RequestSecurityTokenResponseImpl.getDelegateTo()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type DelegateTo
 void RequestSecurityTokenImpl.setDelegateTo(DelegateTo delegateTo)
           
 void RequestSecurityTokenResponseImpl.setDelegateTo(DelegateTo to)
           
 

Uses of DelegateTo in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return DelegateTo
 DelegateTo RequestSecurityTokenImpl.getDelegateTo()
           
 DelegateTo RequestSecurityTokenResponseImpl.getDelegateTo()
           
 DelegateTo SecondaryParametersImpl.getDelegateTo()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type DelegateTo
 void RequestSecurityTokenImpl.setDelegateTo(DelegateTo to)
           
 void RequestSecurityTokenResponseImpl.setDelegateTo(DelegateTo to)
           
 void SecondaryParametersImpl.setDelegateTo(DelegateTo to)