Java org.apache.wicket.authroles.authentication AuthenticatedWebSession fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.authroles.authentication AuthenticatedWebSession fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.authroles.authentication AuthenticatedWebSession.

The text is from its open source code.

Subclass

org.apache.wicket.authroles.authentication.AuthenticatedWebSession has subclasses.
Click this link to see all its subclasses.

Method

AuthenticatedWebSessionget()
IAuthorizationStrategygetAuthorizationStrategy()
RolesgetRoles()
voidinvalidate()
Call signOut() and remove the logon data from where ever they have been persisted (e.g.
booleanisSignedIn()
booleansignIn(final String username, final String password)
Try to logon the user.