|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.atp.auth.AuthenticationManager
The AuthenticationManager class is the manager class of authentication.
| Field Summary | |
private static java.util.Hashtable |
_table
Hashtable of server identifiers and domain names |
| Constructor Summary | |
AuthenticationManager()
|
|
| Method Summary | |
static void |
clear()
Un-register all entries. |
static java.lang.String |
getDomainName(ServerIdentifier id)
Gets doman name of registered server identifier. |
static void |
register(ServerIdentifier id,
java.lang.String domain)
Register a server identifier with a domain name. |
static void |
unregister(ServerIdentifier id)
Un-register a server identifier. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static java.util.Hashtable _table
| Constructor Detail |
public AuthenticationManager()
| Method Detail |
public static final void clear()
public static final java.lang.String getDomainName(ServerIdentifier id)
id - server identifier to be registered as authenticated
public static final void register(ServerIdentifier id,
java.lang.String domain)
id - server identifier to be registered as authenticateddomain - domain name the server belongspublic static final void unregister(ServerIdentifier id)
id - server identifier to be registered as authenticated
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||