org.jacorb.security.sas
public class SASClientInterceptor extends LocalObject implements ClientRequestInterceptor, Configurable
Version: $Id: SASClientInterceptor.java,v 1.26 2005/06/10 10:13:13 andre.spiegel Exp $
| Field Summary | |
|---|---|
| protected Hashtable | atlasCache |
| protected Codec | codec |
| protected byte[] | contextToken |
| protected String | DEFAULT_NAME |
| protected String | name |
| protected ISASContext | sasContext |
| protected static int | SecurityAttributeService |
| protected boolean | useStateful |
| Constructor Summary | |
|---|---|
| SASClientInterceptor(ORBInitInfo info) | |
| Method Summary | |
|---|---|
| void | configure(Configuration configuration) |
| void | destroy() |
| protected AuthorizationElement[] | getATLASTokens(ORB orb, CompoundSecMechList csmList) |
| protected Any | makeEstablishContext(ORB orb, long client_context_id, AuthorizationElement[] authorization_token, IdentityToken identity_token, byte[] client_authentication_token) |
| protected Any | makeMessageInContext(ORB orb, long client_context_id, boolean discard_context) |
| String | name() |
| void | receive_exception(ClientRequestInfo ri) |
| void | receive_other(ClientRequestInfo ri) |
| void | receive_reply(ClientRequestInfo ri) |
| void | send_poll(ClientRequestInfo ri) |
| void | send_request(ClientRequestInfo ri) |
| void | setContextToken(byte[] contextToken) |