| Package | Description |
|---|---|
| fathom.realm | |
| fathom.security |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingRealm
A CachingRealm maintains an expiring Guava Cache of Accounts.
|
class |
FileRealm
A FileRealm is a MemoryRealm that loads accounts and roles from an external file.
|
class |
MemoryRealm
A MemoryRealm caches all accounts in a ConcurrentHashMap.
|
class |
StandardCredentialsRealm
Parent class for StandardCredentials realms.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Realm> |
SecurityManager.parseDefinedRealms(com.typesafe.config.Config config)
Parse the Realms from the Config object.
|
Copyright © 2017. All rights reserved.