Searched defs:object_id (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/
H A DSecurityContextUtil.java182 public int setSecurityContext(SecurityContext context, byte[] object_id, argument
193 SecurityContext ssc = sms.evaluateTrust(context, object_id, socket);
214 if (authorizeCORBA(object_id, method)) {
234 private boolean authorizeCORBA(byte[] object_id, String method) argument
245 if (protocolMgr.getEjbDescriptor(object_id) != null) {
H A DSecurityMechanismSelector.java1340 * First, the object_id is mapped to the set of EjbIORConfigurationDescriptor.
1350 byte[] object_id,
1355 // the object_id within the SecurityContext field.
1357 // if object_id is null then nothing to evaluate. This is a sanity
1358 // check - for the object_id should never be null.
1360 if (object_id == null)
1372 EjbDescriptor ejbDesc = protocolMgr.getEjbDescriptor(object_id);
1482 public SecurityContext evaluateTrust(SecurityContext ctx, byte[] object_id, Socket socket) argument
1524 if ( evaluate_client_conformance(ctx, object_id, ssl_used, certChain)
1349 evaluate_client_conformance(SecurityContext ctx, byte[] object_id, boolean ssl_used, X509Certificate[] certchain) argument

Completed in 21 milliseconds