Interface | Description |
---|---|
CheckLoginService |
A base interface for remote services to check for logged in persons.
|
HttpLoginService |
An interface, which provides a login facility to an application.
|
Class | Description |
---|---|
HttpCheckLoginHelper |
A static helper for serlvets, which perform access checks on behalf
of a
HttpLoginService . |
HttpLoginServiceRegistry |
This class may be used as a service listener, which keeps track
of all registered
HttpLoginService instance. |
Exception | Description |
---|---|
LoginRequiredException |
An exception thrown, whenever a user is not logged in and a login URL
should be propagated to the web application.
|
Copyright © 2013 Clazzes.org. All Rights Reserved.