public final class ConnectionContext extends Object implements Serializable
Constructor and Description |
---|
ConnectionContext()
Default constructor.
|
ConnectionContext(com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech mech,
com.sun.corba.ee.spi.ior.IOR ior)
Create the security mechanism context.
|
Modifier and Type | Method and Description |
---|---|
com.sun.corba.ee.spi.transport.SocketInfo |
getEndPointInfo() |
com.sun.corba.ee.spi.ior.IOR |
getIOR()
Return the IOR.
|
com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech |
getMechanism()
Return the selected compound security mechanism.
|
Socket |
getSocket()
Return the socket for this connection.
|
boolean |
getSSLClientAuthenticationOccurred()
Return true if SSL client authentication has happened, false otherwise.
|
boolean |
getSSLUsed()
Return true if SSL was used to invoke the EJB.
|
void |
setEndPointInfo(com.sun.corba.ee.spi.transport.SocketInfo info) |
void |
setIOR(com.sun.corba.ee.spi.ior.IOR ior)
Set the IOR
|
void |
setMechanism(com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech mech)
Set the mechanism used for this invocation.
|
void |
setSocket(Socket s)
Set the socket for this connection.
|
void |
setSSLClientAuthenticationOccurred(boolean val)
Set true if SSL client authentication has happened.
|
void |
setSSLUsed(boolean val)
Set true if SSL was used to invoke the EJB.
|
String |
toString() |
public ConnectionContext()
public ConnectionContext(com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech mech, com.sun.corba.ee.spi.ior.IOR ior)
public com.sun.corba.ee.spi.ior.IOR getIOR()
public void setIOR(com.sun.corba.ee.spi.ior.IOR ior)
public com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech getMechanism()
public void setMechanism(com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech mech)
public boolean getSSLClientAuthenticationOccurred()
public void setSSLClientAuthenticationOccurred(boolean val)
public boolean getSSLUsed()
public void setSSLUsed(boolean val)
public void setEndPointInfo(com.sun.corba.ee.spi.transport.SocketInfo info)
public com.sun.corba.ee.spi.transport.SocketInfo getEndPointInfo()
public Socket getSocket()
public void setSocket(Socket s)
Copyright © 2019. All rights reserved.