Example usage for javax.naming.directory Attributes put

List of usage examples for javax.naming.directory Attributes put

Introduction

In this page you can find the example usage for javax.naming.directory Attributes put.

Prototype

Attribute put(String attrID, Object val);

Source Link

Document

Adds a new attribute to the attribute set.

Usage