| Modifier and Type | Method and Description |
|---|---|
static Realm |
Realm.getDefaultInstance()
Convenience method which returns the Realm object representing
the current default realm.
|
static Realm |
Realm.getInstance(String name)
Returns the realm identified by the name which is passed
as a parameter.
|
static Realm |
Realm.getInstance(String configName,
String name)
Returns the realm identified by the name which is passed
as a parameter.
|
Realm |
User.getRealm()
Returns the realm with which this user is associated.
|
protected void |
Realm.init(Properties props)
Initialize a realm with some properties.
|
static Realm |
Realm.instantiate(String realmName,
File f)
Deprecated.
|
static void |
Realm.unloadInstance(String realmName)
Remove realm with given name from cache.
|
static void |
Realm.unloadInstance(String configName,
String realmName)
Remove realm with given name from cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CertificateRealm.init(Properties props)
Initialize a realm with some properties.
|
| Modifier and Type | Method and Description |
|---|---|
Realm |
FileRealmUser.getRealm()
Returns the realm with which this user is associated
|
protected void |
FileRealm.init(Properties props)
Initialize a realm with some properties.
|
| Constructor and Description |
|---|
FileRealm(String keyfile)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JDBCRealm.init(Properties props)
Initialize a realm with some properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPRealm.init(Properties props)
Initialize a realm with some properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PamRealm.init(Properties props)
Initialize a realm with some properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolarisRealm.init(Properties props)
Initialize a realm with some properties.
|
Copyright © 2017. All rights reserved.