Serialized Form


Package org.apache.wicket.authentication

Class org.apache.wicket.authentication.AuthenticatedWebSession extends org.apache.wicket.protocol.http.WebSession implements Serializable

Serialized Fields

signedIn

boolean signedIn
True when the user is signed in


Package org.apache.wicket.authentication.pages

Class org.apache.wicket.authentication.pages.SignInPage extends org.apache.wicket.markup.html.WebPage implements Serializable

serialVersionUID: 1L

Class org.apache.wicket.authentication.pages.SignOutPage extends org.apache.wicket.markup.html.WebPage implements Serializable

serialVersionUID: 1L


Package org.apache.wicket.authentication.panel

Class org.apache.wicket.authentication.panel.SignInPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

includeRememberMe

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


password

org.apache.wicket.markup.html.form.PasswordTextField password
Field for password.


rememberMe

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


username

org.apache.wicket.markup.html.form.TextField username
Field for user name.

Class org.apache.wicket.authentication.panel.SignInPanel.SignInForm extends org.apache.wicket.markup.html.form.Form implements Serializable

serialVersionUID: 1L

Serialized Fields

properties

org.apache.wicket.util.value.ValueMap properties
El-cheapo model for form.


Package org.apache.wicket.authorization.strategies.role

Class org.apache.wicket.authorization.strategies.role.Roles extends java.util.HashSet<java.lang.String> implements Serializable

serialVersionUID: 1L


Package org.apache.wicket.authorization.strategies.role.metadata

Class org.apache.wicket.authorization.strategies.role.metadata.InstantiationPermissions extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

rolesForComponentClass

java.util.Map<K,V> rolesForComponentClass
Holds roles objects for component classes



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.