Package com.toc.jndp.security

Examples of com.toc.jndp.security.SecurityBinding


   * @param name The name of the object.
   * @param object The object need to be put.
   */
  private void setBinding(Name name, Object object) {
    String strName = name.get(0);
    this.jndTable.put(strName, new SecurityBinding(strName, object.getClass().getName(), object, true));
  }
View Full Code Here

TOP

Related Classes of com.toc.jndp.security.SecurityBinding

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.