Package | Description |
---|---|
org.acegisecurity.providers.anonymous |
Allows you to secure every invocation (especially useful for web request
URI security) by always having either an actual principal or an anonymous
principal authenticated.
|
org.acegisecurity.userdetails.memory |
Exposes an in-memory authentication repository.
|
Class and Description |
---|
UserAttribute
Used by
InMemoryDaoImpl to temporarily store the attributes associated with a user. |
Class and Description |
---|
UserMap
Used by
InMemoryDaoImpl to store a list of users and their corresponding granted authorities. |
Copyright © 2015. All rights reserved.