|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationException | |
|---|---|
| org.jsecurity.config | Components that support configuring JSecurity in any application. |
| org.jsecurity.web.config | Web-specific implementation extensions to the org.jsecurity.config components. |
| Uses of ConfigurationException in org.jsecurity.config |
|---|
| Subclasses of ConfigurationException in org.jsecurity.config | |
|---|---|
class |
UnresolveableReferenceException
Exception thrown when a reference to an object is made, but that object cannot be found. |
| Methods in org.jsecurity.config that throw ConfigurationException | |
|---|---|
abstract void |
ResourceConfiguration.load(InputStream is)
|
void |
IniConfiguration.load(InputStream is)
|
protected abstract void |
TextConfiguration.load(Reader r)
|
protected void |
IniConfiguration.load(Reader r)
|
protected abstract void |
TextConfiguration.load(Scanner s)
|
protected void |
IniConfiguration.load(Scanner s)
|
abstract void |
ResourceConfiguration.load(String path)
|
void |
IniConfiguration.load(String path)
|
| Uses of ConfigurationException in org.jsecurity.web.config |
|---|
| Methods in org.jsecurity.web.config that throw ConfigurationException | |
|---|---|
protected void |
IniWebConfiguration.assertFilter(String name,
Object o)
|
|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||