| Interface | Description |
|---|---|
| Subject |
Subject represents (part of) an authenticated entity, such as an individual, a corporation, or a
login id.
|
| Class | Description |
|---|---|
| BaseSubject |
Default implementation of a Subject.
|
| 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 © 2006–2020 Apache Software Foundation. All rights reserved.