Methods Summary |
---|
public com.sun.enterprise.iiop.security.SecurityContext | getSecurityContext(org.omg.CORBA.Object effective_target)This is called by the CSIv2 interceptor on the client before
sending the IIOP message.
|
public void | receivedReply(int reply_status, org.omg.CORBA.Object effective_target)This is called by the CSIv2 interceptor on the client after
a reply is received.
|
public void | sendingReply(com.sun.enterprise.iiop.security.SecurityContext context)This is called by the CSIv2 interceptor on the server before
sending the reply.
|
public int | setSecurityContext(com.sun.enterprise.iiop.security.SecurityContext context, byte[] object_id, java.lang.String method)This is called by the CSIv2 interceptor on the server after
receiving the IIOP message. If authentication fails a FAILED status
is returned. If a FAILED status is returned the CSIV2 interceptor will
marshall the MessageError service context and throw the NO_PERMISSION
exception.
|
public void | unsetSecurityContext()This is called on the server to unset the security context
this is introduced to prevent the re-use of the thread
security context on re-use of the thread.
|