|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omg.CORBA.LocalObject
org.objectweb.jonas.security.iiop.Csiv2ClientInterceptor
SAS context interceptor on client side.
spec : A client security service (CSS) is the security service
associated with the ORB that is used by the client to invoke the target
object.,
state machine (fig 16-3),
Secure Interoperability V2 Specification (July 23,2001),
Serialized Form| Constructor Summary | |
Csiv2ClientInterceptor(org.omg.IOP.Codec codec,
org.objectweb.util.monolog.api.Logger logger,
org.objectweb.util.monolog.api.Logger loggerDetails)
Constructor |
|
| Method Summary | |
void |
destroy()
Provides an opportunity to destroy this interceptor. |
java.lang.String |
name()
Returns the name of the interceptor. |
void |
receive_exception(org.omg.PortableInterceptor.ClientRequestInfo ri)
Indicates to the interceptor that an exception occurred. |
void |
receive_other(org.omg.PortableInterceptor.ClientRequestInfo ri)
Allows an Interceptor to query the information available when a request results in something other than a normal reply or an exception. |
void |
receive_reply(org.omg.PortableInterceptor.ClientRequestInfo ri)
Allows an Interceptor to query the information on a reply after it is returned from the server and before control is returned to the client. |
void |
send_poll(org.omg.PortableInterceptor.ClientRequestInfo ri)
Allows an Interceptor to query information during a Time-Independent Invocation (TII) polling get reply sequence. |
void |
send_request(org.omg.PortableInterceptor.ClientRequestInfo ri)
Need to send an establish context as described in the CSS state machine Compliance with level 0, so stateless context |
| Methods inherited from class org.omg.CORBA.LocalObject |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
| Constructor Detail |
public Csiv2ClientInterceptor(org.omg.IOP.Codec codec,
org.objectweb.util.monolog.api.Logger logger,
org.objectweb.util.monolog.api.Logger loggerDetails)
codec - used for encoding any objectslogger - used for logging useful informationloggerDetails - for all information (useless for most time :)| Method Detail |
public void receive_exception(org.omg.PortableInterceptor.ClientRequestInfo ri)
throws org.omg.PortableInterceptor.ForwardRequest
receive_exception in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperationsri - Information about the current request being intercepted.
org.omg.PortableInterceptor.ForwardRequest - If thrown, indicates to the ORB that a
retry of the request should occur with the new object given in
the exception.
public void receive_other(org.omg.PortableInterceptor.ClientRequestInfo ri)
throws org.omg.PortableInterceptor.ForwardRequest
receive_other in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperationsri - Information about the current request being intercepted.
org.omg.PortableInterceptor.ForwardRequest - If thrown, indicates to the ORB that a
retry of the request should occur with the new object given in
the exception.public void receive_reply(org.omg.PortableInterceptor.ClientRequestInfo ri)
receive_reply in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperationsri - Information about the current request being intercepted.public void send_poll(org.omg.PortableInterceptor.ClientRequestInfo ri)
send_poll in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperationsri - Information about the current request being intercepted.
public void send_request(org.omg.PortableInterceptor.ClientRequestInfo ri)
throws org.omg.PortableInterceptor.ForwardRequest
send_request in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperationsorg.omg.PortableInterceptor.ForwardRequest16-3 of spec. [109]
public void destroy()
destroy in interface org.omg.PortableInterceptor.InterceptorOperationspublic java.lang.String name()
name in interface org.omg.PortableInterceptor.InterceptorOperations
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||