Uses of Interface javax.naming.directory.Attributes

Uses in package javax.naming.directory

Classes implementing javax.naming.directory.Attributes

class

Constructors with parameter type javax.naming.directory.Attributes

SearchResult.SearchResult(String name, Object obj, Attributes attrs, boolean isRelative)
SearchResult.SearchResult(String name, String className, Object obj, Attributes attrs)
SearchResult.SearchResult(String name, String className, Object obj, Attributes attrs, boolean isRelative)

Methods with parameter type javax.naming.directory.Attributes

void
DirContext.bind(String name, Object obj, Attributes attrs)
void
void
DirContext.bind(Name name, Object obj, Attributes attrs)
void
DirContext
DirContext
DirContext
DirContext
void
DirContext.modifyAttributes(String name, int mod_op, Attributes attrs)
void
void
DirContext.modifyAttributes(Name name, int mod_op, Attributes attrs)
void
void
void
void
DirContext.rebind(Name name, Object obj, Attributes attrs)
void
NamingEnumeration
DirContext.search(String name, Attributes matchingAttributes)
NamingEnumeration
InitialDirContext.search(String name, Attributes matchingAttributes)
NamingEnumeration
DirContext.search(String name, Attributes matchingAttributes, String[] attributesToReturn)
NamingEnumeration
InitialDirContext.search(String name, Attributes matchingAttributes, String[] attributesToReturn)
NamingEnumeration
DirContext.search(Name name, Attributes matchingAttributes)
NamingEnumeration
InitialDirContext.search(Name name, Attributes matchingAttributes)
NamingEnumeration
DirContext.search(Name name, Attributes matchingAttributes, String[] attributesToReturn)
NamingEnumeration
InitialDirContext.search(Name name, Attributes matchingAttributes, String[] attributesToReturn)
void

Methods with return type javax.naming.directory.Attributes

Attributes
Attributes
Attributes
Attributes
Attributes
Attributes
Attributes
Attributes
DirContext.getAttributes(Name name, String[] attrIds)
Attributes

Uses in package javax.naming.spi

Constructors with parameter type javax.naming.directory.Attributes

Methods with parameter type javax.naming.directory.Attributes

Object
DirectoryManager.getObjectInstance(Object refInfo, Name name, Context nameCtx, Hashtable environment, Attributes attrs)
Object
DirObjectFactory.getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment, Attributes attrs)
DirStateFactory.Result
DirectoryManager.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment, Attributes attrs)
DirStateFactory.Result
DirStateFactory.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable environment, Attributes inAttrs)

Methods with return type javax.naming.directory.Attributes

Attributes