扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.security.auth.login类configuration的类成员方法: getappconfigurationentry定义及介绍
发布时间:2014-2-18
本文导语:
getappconfigurationentry
public abstract appconfigurationentry[] getappconfigurationentry(string name)
获取此 configuration 中指定 name 的 appconfigurationentry。
参数:name - 用于索引 configuration 的名称。
返回:对应于此 configuration 中指定 name 的 appconfig...