| Home >> All >> org >> acegisecurity >> userdetails >> [ memory Javadoc ] |
org.acegisecurity.userdetails.memory: Javadoc index of package org.acegisecurity.userdetails.memory.
Package Samples:
org.acegisecurity.userdetails.memory
Classes:
UserMapEditor: Property editor to assist with the setup of a UserMap . The format of entries should be: username=password,grantedAuthority[,grantedAuthority][,enabled|disabled] The password must always be the first entry after the equals. The enabled or disabled keyword can appear anywhere (apart from the first entry reserved for the password). If neither enabled or disabled appear, the default is enabled . At least one granted authority must be listed. The username represents the key and duplicates are handled the same was as duplicates would be in Java Properties files. If the above requirements are not met, ...
UserMap: Used by InMemoryDaoImpl to store a list of users and their corresponding granted authorities.
UserAttribute: Used by InMemoryDaoImpl to temporarily store the attributes associated with a user.
UserAttributeEditor: Property editor that creates a UserAttribute from a comma separated list of values.
InMemoryDaoImpl: Retrieves user details from an in-memory list created by the bean context.
| Home | Contact Us | Privacy Policy | Terms of Service |