org.jacorb.security.sas
public class JsseContext extends Object implements ISASContext
| Constructor Summary | |
|---|---|
| JsseContext(Logger logger) | |
| Method Summary | |
|---|---|
| void | configure(Configuration configuration) |
| byte[] | createClientContext(ORB orb, Codec codec, CompoundSecMechList csmList) |
| IdentityToken | createIdentityToken(ORB orb, Codec codec, CompoundSecMechList csmList) |
| String | getClientPrincipal() |
| String | getMechOID() |
| String | getPrincipalName() |
| String | getValidatedPrincipal() |
| void | initClient() |
| void | initTarget() |
| boolean | validate(ServerRequestInfo ri, byte[] contextToken) |
| boolean | validateContext(ORB orb, Codec codec, byte[] contextToken) |