Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.omg.CORBA.LocalObject
org.jacorb.security.sas.SASTargetInterceptor
public class SASTargetInterceptor
extends LocalObject
implements ServerRequestInterceptor, Configurable
Field Summary | |
protected int | |
protected Codec | |
protected ORB | |
protected ISASContext | |
protected int | |
protected int | |
protected boolean |
Constructor Summary | |
Method Summary | |
void |
|
void |
|
void |
|
byte[] |
|
String |
|
protected Any |
|
protected Any |
|
String |
|
void |
|
void | |
void | |
void | |
void | |
void |
Methods inherited from class org.omg.CORBA.LocalObject | |
_create_request , _create_request , _duplicate , _get_domain_managers , _get_interface , _get_interface_def , _get_policy , _hash , _ids , _invoke , _is_a , _is_equivalent , _is_local , _non_existent , _orb , _release , _releaseReply , _request , _request , _servant_postinvoke , _servant_preinvoke , _set_policy_override , validate_connection |
protected int clientUserNameSlotID
protected int sasContextsCubby
protected int sasReplySlotID
protected boolean useSsl
public SASTargetInterceptor(ORBInitInfo info) throws UnknownEncoding, ConfigurationException
public void cacheSASContext(GIOPConnection connection, long client_context_id, byte[] client_authentication_token, String principalName)
public void configure(Configuration configuration) throws ConfigurationException
public String getSASContextPrincipalName(GIOPConnection connection, long client_context_id)
protected Any makeCompleteEstablishContext(ServerRequestInfo ri, long client_context_id, org.jacorb.sasPolicy.SASPolicyValues sasValues)
protected Any makeContextError(ServerRequestInfo ri, long client_context_id, int major_status, int minor_status, byte[] error_token)
public void receive_request(ServerRequestInfo ri) throws ForwardRequest
- Specified by:
- receive_request in interface ServerRequestInterceptorOperations
public void receive_request_service_contexts(ServerRequestInfo ri) throws ForwardRequest
- Specified by:
- receive_request_service_contexts in interface ServerRequestInterceptorOperations
public void send_exception(ServerRequestInfo ri) throws ForwardRequest
- Specified by:
- send_exception in interface ServerRequestInterceptorOperations
public void send_other(ServerRequestInfo ri) throws ForwardRequest
- Specified by:
- send_other in interface ServerRequestInterceptorOperations
public void send_reply(ServerRequestInfo ri)
- Specified by:
- send_reply in interface ServerRequestInterceptorOperations