| Modifier and Type | Method and Description |
|---|---|
AuthenticationStatus |
PasswordLoginModule.commitAuthentication(String username,
char[] password,
Realm theRealm,
String[] groups)
Called at the end of the authenticate method by the user
|
AuthenticationStatus |
PasswordLoginModule.commitAuthentication(String username,
String password,
Realm theRealm,
String[] groups)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppservRealm
Parent class for iAS Realm classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRealm
Parent class for iAS Realm classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected Realm |
BasePasswordLoginModule._currentRealm |
| Modifier and Type | Method and Description |
|---|---|
Realm |
BasePasswordLoginModule.getCurrentRealm() |
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordLoginModule.commitAuthentication(String username,
char[] password,
Realm theRealm,
String[] groups)
Deprecated.
Since the passwords are to be stored as to have char[]
BT: 6946553.
|
void |
PasswordLoginModule.commitAuthentication(String username,
String password,
Realm theRealm,
String[] groups)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IASRealm
Parent class for iAS Realm classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Realm |
Realm.getDefaultInstance()
Convenience method which returns the Realm object representing
the current default realm.
|
Realm |
RealmsManager.getFromLoadedRealms(String realmName) |
Realm |
RealmsManager.getFromLoadedRealms(String configName,
String realmName) |
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.
|
Realm |
AuthenticationHandler.getRealm()
Returns the Realm that this Authentication Handler is authenticating
in.
|
static Realm |
Realm.instantiate(String realmName,
File f)
Deprecated.
|
static Realm |
Realm.instantiate(String name,
String className,
Properties props)
Instantiate a Realm with the given name and properties using the
Class name given.
|
static Realm |
Realm.instantiate(String name,
String className,
Properties props,
String configName)
Instantiate a Realm with the given name and properties using the
Class name given.
|
Realm |
RealmsManager.removeFromLoadedRealms(String configName,
String realmName) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmsManager.putIntoLoadedRealms(String configName,
String realmName,
Realm realm) |
protected static void |
Realm.updateInstance(Realm realm,
String name)
Replace a Realm instance.
|
protected static void |
Realm.updateInstance(String configName,
Realm realm,
String name)
Replace a Realm instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateRealm
Realm wrapper for supporting certificate authentication.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileRealm
Realm wrapper for supporting file password authentication.
|
| Modifier and Type | Method and Description |
|---|---|
Realm |
FileRealmUser.getRealm()
Returns the realm with which this user is associated
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCRealm
Realm for supporting JDBC authentication.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LDAPRealm
Realm wrapper for supporting LDAP authentication.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PamRealm
Realm wrapper for supporting PAM based authentication for all Unix machines.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SolarisRealm
Realm wrapper for supporting Solaris authentication.
|
| Modifier and Type | Method and Description |
|---|---|
protected Realm |
DigestLoginModule.getRealm() |
| Modifier and Type | Class and Description |
|---|---|
class |
DigestRealmBase
Base class for all realms wanting to support Digest based authentication.
|
Copyright © 2017. All rights reserved.