|
Spring Security Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.springframework.security.userdetails.memory | |
|---|---|
| org.springframework.security.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.springframework.security.userdetails.memory | Exposes an in-memory authentication repository. |
| Classes in org.springframework.security.userdetails.memory used by org.springframework.security.providers.anonymous | |
|---|---|
| UserAttribute
Used by InMemoryDaoImpl to temporarily store the attributes associated with a user. |
|
| Classes in org.springframework.security.userdetails.memory used by org.springframework.security.userdetails.memory | |
|---|---|
| UserMap
Used by InMemoryDaoImpl to store a list of users and their corresponding granted authorities. |
|
|
Spring Security Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||