|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.security.auth.login.Configuration
org.openmdx.security.auth.context.spi.URLConfiguration
public class URLConfiguration
This class represents an implementation for
javax.security.auth.login.Configuration.
This object provides the runtime login configuration acquired
from a single java.net.URL.
The configuration syntax supported by this implementation
is exactly that syntax specified in the
javax.security.auth.login.Configuration class.
LoginContext| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.security.auth.login.Configuration |
|---|
Configuration.Parameters |
| Field Summary | |
|---|---|
protected static boolean |
EXPAND_PROPERTIES
Defines whether system properties should be expanded |
| Constructor Summary | |
|---|---|
URLConfiguration(URL source,
Map options)
Constructor |
|
| Method Summary | |
|---|---|
AppConfigurationEntry[] |
getAppConfigurationEntry(String applicationName)
Retrieve an entry from the Configuration using an application name as an index. |
void |
refresh()
Refresh and reload the Configuration by re-reading all of the login configurations. |
String |
toString()
|
| 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, wait, wait, wait |
| Field Detail |
|---|
protected static final boolean EXPAND_PROPERTIES
| Constructor Detail |
|---|
public URLConfiguration(URL source,
Map options)
throws IOException
source - the Confuguration's sourceoptions - the options shared by all LoginModules
IOException| Method Detail |
|---|
public AppConfigurationEntry[] getAppConfigurationEntry(String applicationName)
getAppConfigurationEntry in class ConfigurationapplicationName - the name used to index the Configuration.
public void refresh()
refresh in class ConfigurationSecurityException - if the caller does not have permission
to refresh the Configuration.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||