public class ExtendedConfigFile
extends com.sun.security.auth.login.ConfigFile
Configuration.Parameters| Constructor and Description |
|---|
ExtendedConfigFile() |
ExtendedConfigFile(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAppNames(Class[] authModuleClass)
The ExtendedConfigFile subclass was created because the
Configuration interface does not provide a way to do what this
method does; i.e.
|
getAppConfigurationEntry, refreshgetConfiguration, getInstance, getInstance, getInstance, getParameters, getProvider, getType, setConfigurationpublic ExtendedConfigFile()
public ExtendedConfigFile(URI uri)
uri - public String[] getAppNames(Class[] authModuleClass)
authModuleClass - an Array of Class objects or null. When this
parameter is not null, the appnames are filtered by removing all names
that are not associated via an AppConfigurationEntry with at least
one LoginModule that implements an authModuleClass.SecurityExceptionCopyright © 2017. All rights reserved.