Interface | Description |
---|---|
Subject |
Subject represents (part of) an authenticated entity, such as an individual, a corporation, or a
login id.
|
WicketSubject |
In addition to Subjects, WicketSubjects play an important part in multi-login scenario's as they
define what they authenticate.
|
Class | Description |
---|---|
BaseSubject |
Default implementation of a Subject.
|
DefaultSubject |
Default implementation of a Subject.Targeted for wicket applications.
|
LoginContainer |
Container class for multiple
LoginContext s. |
LoginContext |
A LoginContext is little more than a factory to create a
Subject and can be discarded
afterwards. |
UsernamePasswordContext |
Simple
LoginContext for a username and password, which may or may not be encrypted. |
Copyright © 2015. All rights reserved.