- setGroups(String, List<String>) - Method in interface org.wamblee.glassfish.auth.cache.api.AuthenticationCache
-
Sets the groups for a given user.
- setGroups(String, List<String>) - Method in class org.wamblee.glassfish.auth.cache.impl.NoAuthenticationCache
-
- setGroups(String, List<String>) - Method in class org.wamblee.glassfish.auth.cache.impl.SimpleExpiryCache
-
- setGroups(List<String>) - Method in class org.wamblee.glassfish.auth.cache.impl.SimpleExpiryCache.UserEntry
-
- setPassword(String, String) - Method in interface org.wamblee.glassfish.auth.cache.api.AuthenticationCache
-
Sets the cached password for a user.
- setPassword(String, String) - Method in class org.wamblee.glassfish.auth.cache.impl.NoAuthenticationCache
-
- setPassword(String, String) - Method in class org.wamblee.glassfish.auth.cache.impl.SimpleExpiryCache
-
- setPassword(String) - Method in class org.wamblee.glassfish.auth.cache.impl.SimpleExpiryCache.UserEntry
-
- setSeed(String, String) - Method in interface org.wamblee.glassfish.auth.cache.api.AuthenticationCache
-
Sets the seed.
- setSeed(String, String) - Method in class org.wamblee.glassfish.auth.cache.impl.NoAuthenticationCache
-
- setSeed(String, String) - Method in class org.wamblee.glassfish.auth.cache.impl.SimpleExpiryCache
-
- setSeed(String) - Method in class org.wamblee.glassfish.auth.cache.impl.SimpleExpiryCache.UserEntry
-
- SimpleExpiryCache - Class in org.wamblee.glassfish.auth.cache.impl
-
Simple cache that has entries that expire after a certain amount of time.
- SimpleExpiryCache(Properties) - Constructor for class org.wamblee.glassfish.auth.cache.impl.SimpleExpiryCache
-
Constructs the cache.
- SimpleExpiryCache(Properties, SimpleExpiryCache.Clock) - Constructor for class org.wamblee.glassfish.auth.cache.impl.SimpleExpiryCache
-
Constructor for unit test.
- SimpleExpiryCache.Clock - Interface in org.wamblee.glassfish.auth.cache.impl
-
- SimpleExpiryCache.SystemClock - Class in org.wamblee.glassfish.auth.cache.impl
-
- SimpleExpiryCache.UserEntry - Class in org.wamblee.glassfish.auth.cache.impl
-
Class representing cached information about a user.
- SimpleExpiryCacheManagementMBean - Interface in org.wamblee.glassfish.auth.cache.impl
-
- size() - Method in class org.wamblee.glassfish.auth.cache.impl.SimpleExpiryCache
-
- size() - Method in interface org.wamblee.glassfish.auth.cache.impl.SimpleExpiryCacheManagementMBean
-
Gets the number of entries, including expired ones.
- SystemClock() - Constructor for class org.wamblee.glassfish.auth.cache.impl.SimpleExpiryCache.SystemClock
-