|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.lib.AuthenticationServiceFactory
public class AuthenticationServiceFactory
Class Description : Return a reference to the remote object, AuthenticationServiceInterface, to the Kerberos client.
Constructor Summary | |
---|---|
AuthenticationServiceFactory()
Empty class constructor |
Method Summary | |
---|---|
static AuthenticationServiceInterface |
getLocalInstance()
Provides a local instance of the authentication service |
static AuthenticationServiceInterface |
getRemoteInstance(java.lang.String hostname,
int port)
Lookup in the RMI Registry for the authentication service from the remote site |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthenticationServiceFactory()
Method Detail |
---|
public static AuthenticationServiceInterface getLocalInstance()
public static AuthenticationServiceInterface getRemoteInstance(java.lang.String hostname, int port)
hostname
- String - Host nameport
- int - Port number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |