Class PipeHelper

java.lang.Object
com.sun.xml.wss.provider.wsit.ConfigHelper
com.sun.xml.wss.provider.wsit.PipeHelper

public class PipeHelper extends ConfigHelper
  • Constructor Details

  • Method Details

    • getClientAuthContext

      public jakarta.security.auth.message.config.ClientAuthContext getClientAuthContext(jakarta.security.auth.message.MessageInfo info, Subject s) throws jakarta.security.auth.message.AuthException
      Overrides:
      getClientAuthContext in class ConfigHelper
      Throws:
      jakarta.security.auth.message.AuthException
    • getServerAuthContext

      public jakarta.security.auth.message.config.ServerAuthContext getServerAuthContext(jakarta.security.auth.message.MessageInfo info, Subject s) throws jakarta.security.auth.message.AuthException
      Overrides:
      getServerAuthContext in class ConfigHelper
      Throws:
      jakarta.security.auth.message.AuthException
    • loadFromClasspath

      public static URL loadFromClasspath(String configFileName)
    • getClientSubject

      public Subject getClientSubject()
    • getSessionToken

      public void getSessionToken(Map<Object,Object> m, jakarta.security.auth.message.MessageInfo info, Subject s) throws jakarta.security.auth.message.AuthException
      Throws:
      jakarta.security.auth.message.AuthException
    • getModelName

      public Object getModelName()
    • makeFaultResponse

      public Packet makeFaultResponse(Packet response, Throwable t)
    • isTwoWay

      public boolean isTwoWay(boolean twoWayIsDefault, Packet request)
    • getFaultResponse

      public Packet getFaultResponse(Packet request, Packet response, Throwable t)
    • disable

      public void disable()
      Overrides:
      disable in class ConfigHelper
    • authorize

      public void authorize(Packet request)