jrun.naming
Interface SecureBinding

All Superinterfaces:
java.io.Serializable

public interface SecureBinding
extends java.io.Serializable

A binding in JNDI that can accept a securityID. Implemented by ClientInvocationHandlerIMpl for EJB's, and potentially implementable by any object that needs JAAS-based security.

Author:
PS Neville

Method Summary
 void setSecurityID(java.lang.Object id)
           
 

Method Detail

setSecurityID

public void setSecurityID(java.lang.Object id)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.