Serialized Form


Package org.wicketstuff.shiro

Class org.wicketstuff.shiro.ShiroServletRequestModel extends LoadableDetachableModel<HttpServletRequest> implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.shiro.ShiroSubjectModel extends AbstractReadOnlyModel<org.apache.shiro.subject.Subject> implements Serializable

serialVersionUID: 1L


Package org.wicketstuff.shiro.component

Class org.wicketstuff.shiro.component.LoginPanel extends Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

includeRememberMe

boolean includeRememberMe
True if the panel should display a remember-me checkbox


password

PasswordTextField password
Field for password.


rememberMe

boolean rememberMe
True if the user should be remembered via form persistence (cookies)


username

TextField<T> username
Field for user name.

Class org.wicketstuff.shiro.component.LoginPanel.SignInForm extends StatelessForm<Void> implements Serializable

serialVersionUID: 1L

Serialized Fields

properties

ValueMap properties
El-cheapo model for form.

Class org.wicketstuff.shiro.component.ShiroConfigInfoPanel extends Panel implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.shiro.component.SimpleAuthHeader extends Panel implements Serializable

serialVersionUID: 1L


Package org.wicketstuff.shiro.page

Class org.wicketstuff.shiro.page.LogoutPage extends WebPage implements Serializable

serialVersionUID: 1L


Package org.wicketstuff.shiro.wicket.page.store

Class org.wicketstuff.shiro.wicket.page.store.PageCache extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

rwl

ReentrantReadWriteLock rwl

read

Lock read

write

Lock write

pages

LinkedHashMap<K,V> pages

pageKeys

TreeMap<K,V> pageKeys

id

AtomicInteger id

MAX_SIZE

int MAX_SIZE

Class org.wicketstuff.shiro.wicket.page.store.PageCacheManager extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cache

PageCache cache

MAX_PAGES_PER_MAP

int MAX_PAGES_PER_MAP

Class org.wicketstuff.shiro.wicket.page.store.SerializedPageWrapper extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

page

byte[] page

pageId

int pageId



Copyright © 2015. All Rights Reserved.