|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jrunx.iiop.security.ConnectionContext
| Constructor Summary | |
ConnectionContext()
Default constructor. |
|
ConnectionContext(com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech mech,
com.sun.corba.ee.internal.core.IOR ior)
Create the security mechanism context. |
|
| Method Summary | |
com.sun.corba.ee.connection.EndPointInfo |
getEndPointInfo()
|
com.sun.corba.ee.internal.core.IOR |
getIOR()
Return the IOR. |
com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech |
getMechanism()
Return the selected compound security mechanism. |
java.net.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.connection.EndPointInfo info)
|
void |
setIOR(com.sun.corba.ee.internal.core.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(java.net.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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConnectionContext()
public ConnectionContext(com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech mech,
com.sun.corba.ee.internal.core.IOR ior)
| Method Detail |
public com.sun.corba.ee.internal.core.IOR getIOR()
public void setIOR(com.sun.corba.ee.internal.core.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.connection.EndPointInfo info)
public com.sun.corba.ee.connection.EndPointInfo getEndPointInfo()
public java.net.Socket getSocket()
public void setSocket(java.net.Socket s)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||