Class DelegateToImpl

java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.DelegateToType
com.sun.xml.ws.security.trust.impl.wssx.elements.DelegateToImpl
All Implemented Interfaces:
com.sun.xml.ws.security.trust.elements.DelegateTo

public class DelegateToImpl extends DelegateToType implements com.sun.xml.ws.security.trust.elements.DelegateTo
Author:
Manveen Kaur.
  • Constructor Details

    • DelegateToImpl

      public DelegateToImpl(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference str)
    • DelegateToImpl

      public DelegateToImpl(com.sun.xml.ws.security.Token token)
    • DelegateToImpl

      public DelegateToImpl(DelegateToType ctType) throws Exception
      Throws:
      Exception
  • Method Details

    • getTargetType

      public String getTargetType()
      Specified by:
      getTargetType in interface com.sun.xml.ws.security.trust.elements.DelegateTo
    • setTargetType

      public void setTargetType(String ttype)
      Specified by:
      setTargetType in interface com.sun.xml.ws.security.trust.elements.DelegateTo
    • setSecurityTokenReference

      public void setSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref)
      Specified by:
      setSecurityTokenReference in interface com.sun.xml.ws.security.trust.elements.DelegateTo
    • getSecurityTokenReference

      public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference getSecurityTokenReference()
      Specified by:
      getSecurityTokenReference in interface com.sun.xml.ws.security.trust.elements.DelegateTo
    • setToken

      public void setToken(com.sun.xml.ws.security.Token token)
      Specified by:
      setToken in interface com.sun.xml.ws.security.trust.elements.DelegateTo
    • getToken

      public com.sun.xml.ws.security.Token getToken()
      Specified by:
      getToken in interface com.sun.xml.ws.security.trust.elements.DelegateTo