Package | Description |
---|---|
org.acegisecurity.concurrent |
Concurrent session control and registration classes.
|
org.acegisecurity.providers |
Implements a provider-based approach to authentication decisions.
|
org.acegisecurity.ui |
Authentication processing mechanisms, which respond to the submission of authentication
credentials using various protocols (eg BASIC, CAS, form login etc).
|
Class and Description |
---|
ConcurrentSessionController
Provides two methods that can be called by an
AuthenticationManager to integrate with the
concurrent session handling infrastructure. |
SessionAlreadyUsedException
Thrown by a
SessionRegistry implementation if an attempt is made to create new session information
for an existing sessionId. |
SessionInformation
Represents a record of a session within the Acegi Security framework.
|
SessionRegistry
Maintains a registry of
SessionInformation instances. |
Class and Description |
---|
ConcurrentSessionController
Provides two methods that can be called by an
AuthenticationManager to integrate with the
concurrent session handling infrastructure. |
Class and Description |
---|
SessionIdentifierAware
Implemented by
Authentication.getDetails()
implementations that are capable of returning a session ID. |
Copyright © 2016. All rights reserved.