1 Reply Latest reply on Oct 3, 2005 2:04 AM by niwhsa

    setting and accessing ACL in JBoss

    vinay_ven

      Hi,

      can anyone tell me how does one setup an acl in jboss. the reason being i would like to run a check to see if a user can do a lookup on a home interface.

      is setting up a proxy object a solution to this.

      any help is appreciated

      Thanks
      Vinay

        • 1. Re: setting and accessing ACL in JBoss
          niwhsa

          Hmm you may not be able to restrict home interface lookup using acl but you can restrict who gets to call the create() methods in the interface using declarative security.

          The other way to restrict jndi lookups is to have a username/password for the jndi access.