Class ConnectionContext

    • Constructor Detail

      • ConnectionContext

        public ConnectionContext()
        Default constructor.
      • ConnectionContext

        public ConnectionContext​(com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech mech,
                                 com.sun.corba.ee.spi.ior.IOR ior)
        Create the security mechanism context. This is stored in TLS.
    • Method Detail

      • getIOR

        public com.sun.corba.ee.spi.ior.IOR getIOR()
        Return the IOR.
      • setIOR

        public void setIOR​(com.sun.corba.ee.spi.ior.IOR ior)
        Set the IOR
      • getMechanism

        public com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech getMechanism()
        Return the selected compound security mechanism.
      • setMechanism

        public void setMechanism​(com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech mech)
        Set the mechanism used for this invocation.
      • getSSLClientAuthenticationOccurred

        public boolean getSSLClientAuthenticationOccurred()
        Return true if SSL client authentication has happened, false otherwise.
      • setSSLClientAuthenticationOccurred

        public void setSSLClientAuthenticationOccurred​(boolean val)
        Set true if SSL client authentication has happened.
      • getSSLUsed

        public boolean getSSLUsed()
        Return true if SSL was used to invoke the EJB.
      • setSSLUsed

        public void setSSLUsed​(boolean val)
        Set true if SSL was used to invoke the EJB.
      • setEndPointInfo

        public void setEndPointInfo​(com.sun.corba.ee.spi.transport.SocketInfo info)
      • getEndPointInfo

        public com.sun.corba.ee.spi.transport.SocketInfo getEndPointInfo()
      • getSocket

        public Socket getSocket()
        Return the socket for this connection.
      • setSocket

        public void setSocket​(Socket s)
        Set the socket for this connection.