| Package | Description |
|---|---|
| org.apache.shiro.codec |
Components for encoding and decoding of data across multiple formats, especially useful in Shiro's
cryptography and web functionality.
|
| org.apache.shiro.io |
Support for reading and writing (input/output) raw data from multiple resource locations.
|
| org.apache.shiro.util |
| Modifier and Type | Class and Description |
|---|---|
class |
CodecException
Root exception related to issues during encoding or decoding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SerializationException
Root exception for problems either serializing or de-serializing data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstantiationException
Runtime exception thrown by the framework when unable to instantiate a Class via reflection.
|
class |
UnknownClassException
The Shiro framework's
RuntimeException equivalent of the JDK's
ClassNotFoundException, to maintain a RuntimeException paradigm. |
| Modifier and Type | Method and Description |
|---|---|
void |
Initializable.init()
Initializes this object.
|
static void |
LifecycleUtils.init(Collection c)
Calls
init for each object in the collection. |
static void |
LifecycleUtils.init(Initializable initializable) |
static void |
LifecycleUtils.init(Object o) |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.