|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.security.auth.login.Configuration
com.sun.security.auth.login.ConfigFile
com.sun.jaspic.config.jaas.ExtendedConfigFile
public class ExtendedConfigFile
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.security.auth.login.Configuration |
|---|
javax.security.auth.login.Configuration.Parameters |
| Constructor Summary | |
|---|---|
ExtendedConfigFile()
|
|
ExtendedConfigFile(java.net.URI uri)
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getAppNames(java.lang.Class[] authModuleClass)
The ExtendedConfigFile subclass was created because the Configuration interface does not provide a way to do what this method does; i.e. |
| Methods inherited from class com.sun.security.auth.login.ConfigFile |
|---|
getAppConfigurationEntry, refresh |
| Methods inherited from class javax.security.auth.login.Configuration |
|---|
getConfiguration, getInstance, getInstance, getInstance, getParameters, getProvider, getType, setConfiguration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtendedConfigFile()
public ExtendedConfigFile(java.net.URI uri)
uri - | Method Detail |
|---|
public java.lang.String[] getAppNames(java.lang.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.
java.lang.SecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||