软件包 | 描述 |
---|---|
javax.naming.directory |
延伸
javax.naming包用于访问目录服务提供的功能。
|
javax.naming.event |
在访问命名和目录服务时提供事件通知的支持。
|
javax.naming.ldap |
为提升扩展操作和控制支持。
|
javax.naming.spi |
Modifier and Type | Class and Description |
---|---|
class |
InitialDirContext
此类是执行目录操作的起始上下文。
|
Modifier and Type | Method and Description |
---|---|
DirContext |
InitialDirContext.createSubcontext(Name name, Attributes attrs) |
DirContext |
DirContext.createSubcontext(Name name, Attributes attrs)
创建和绑定一个新的上下文,以及相关的属性。
|
DirContext |
InitialDirContext.createSubcontext(String name, Attributes attrs) |
DirContext |
DirContext.createSubcontext(String name, Attributes attrs)
创建和绑定一个新的上下文,以及相关的属性。
|
DirContext |
Attribute.getAttributeDefinition()
检索属性的架构定义。
|
DirContext |
BasicAttribute.getAttributeDefinition()
检索此属性的架构定义。
|
DirContext |
Attribute.getAttributeSyntaxDefinition()
检索与属性关联的语法定义。
|
DirContext |
BasicAttribute.getAttributeSyntaxDefinition()
检索与此属性关联的语法定义。
|
DirContext |
InitialDirContext.getSchema(Name name) |
DirContext |
DirContext.getSchema(Name name)
检索与命名对象关联的模式。
|
DirContext |
InitialDirContext.getSchema(String name) |
DirContext |
DirContext.getSchema(String name)
检索与命名对象关联的模式。
|
DirContext |
InitialDirContext.getSchemaClassDefinition(Name name) |
DirContext |
DirContext.getSchemaClassDefinition(Name name)
检索包含已命名对象类定义的架构对象的上下文。
|
DirContext |
InitialDirContext.getSchemaClassDefinition(String name) |
DirContext |
DirContext.getSchemaClassDefinition(String name)
检索包含已命名对象类定义的架构对象的上下文。
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventDirContext
包含将在目录上下文更改中命名的对象时被激发的事件的通知的方法。
|
Modifier and Type | Interface and Description |
---|---|
interface |
LdapContext
这个界面是您可以执行的操作控制方式和风格进行LDAPv3 LDAPv3扩展操作上下文。
|
Modifier and Type | Class and Description |
---|---|
class |
InitialLdapContext
这类表演LDAPv3扩展操作和控制的启动背景。
|
Modifier and Type | Method and Description |
---|---|
static DirContext |
DirectoryManager.getContinuationDirContext(CannotProceedException cpe)
创建一个背景,继续
DirContext操作。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.