Package | Description |
---|---|
org.apache.shiro.io |
Support for reading and writing (input/output) raw data from multiple resource locations.
|
org.apache.shiro.mgt |
Provides the master
SecurityManager interface and a default implementation
hierarchy for managing all aspects of Shiro's functionality in an application. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSerializer<T>
Serializer implementation that uses the default JVM serialization mechanism (Object Input/Output Streams).
|
class |
XmlSerializer
Serializer implementation that uses the JavaBeans
XMLEncoder and XMLDecoder to serialize
and deserialize, respectively. |
Modifier and Type | Method and Description |
---|---|
Serializer<PrincipalCollection> |
AbstractRememberMeManager.getSerializer()
Returns the
Serializer used to serialize and deserialize PrincipalCollection instances for
persistent remember me storage. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRememberMeManager.setSerializer(Serializer<PrincipalCollection> serializer)
Sets the
Serializer used to serialize and deserialize PrincipalCollection instances for
persistent remember me storage. |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.