public interface DomainManagerOperations
DomainManager已经将其与特定域的策略对象相关联。 域管理员还记录域的成员资格,并提供添加和删除成员的方法。 域管理器本身是域的成员,可能是其管理的域。 域管理器提供用于建立和导航与上级和下级域的关系以及创建和访问策略的机制。
Modifier and Type | Method and Description |
---|---|
Policy |
get_domain_policy(int policy_type)
这将返回此域中对象的指定类型的策略。
|
Policy get_domain_policy(int policy_type)
policy_type
- 要请求的策略类型
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.