软件包 | 描述 |
---|---|
javax.security.auth.login |
这个包提供了一个可插拔认证框架。
|
Modifier and Type | Field and Description |
---|---|
static AppConfigurationEntry.LoginModuleControlFlag |
AppConfigurationEntry.LoginModuleControlFlag.OPTIONAL
可选的
LoginModule 。
|
static AppConfigurationEntry.LoginModuleControlFlag |
AppConfigurationEntry.LoginModuleControlFlag.REQUIRED
需要
LoginModule 。
|
static AppConfigurationEntry.LoginModuleControlFlag |
AppConfigurationEntry.LoginModuleControlFlag.REQUISITE
必要的
LoginModule 。
|
static AppConfigurationEntry.LoginModuleControlFlag |
AppConfigurationEntry.LoginModuleControlFlag.SUFFICIENT
充分
LoginModule 。
|
Modifier and Type | Method and Description |
---|---|
AppConfigurationEntry.LoginModuleControlFlag |
AppConfigurationEntry.getControlFlag()
返回controlflag(无论是必需的,必要的,足够的,或可选)这
LoginModule 。
|
Constructor and Description |
---|
AppConfigurationEntry(String loginModuleName, AppConfigurationEntry.LoginModuleControlFlag controlFlag, Map<String,?> options)
此类的默认构造函数。
|
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.