Method Summary |
|
String | getAuthenticationCacheJndiName() |
int | getAuthenticationCacheResolution() |
int | getAuthenticationCacheTimeout() |
String | getClientSocketFactory() Get the RMIClientSocketFactory implementation class. |
String | getJndiName() |
public boolean | getOverwriteSessions() A flag indicating if a successful user auth for an existing session
should overwrite the current session. |
public boolean | getRequireAuxChallenge() Get if the client must supply an auxillary challenge as part of the
verify phase. |
int | getServerPort() |
String | getServerSocketFactory() Get the RMIServerSocketFactory implementation class. |
String | getVerifierSourceJndiName() Get the jndi name for the SRPVerifierSource implementation binding. |
public Object | invoke(Invocation invocation) |
void | setAuthenticationCacheJndiName(String jndiName) |
void | setAuthenticationCacheResolution(int resInSecs) |
void | setAuthenticationCacheTimeout(int timeoutInSecs) |
void | setClientSocketFactory(String factoryClassName) Set the RMIClientSocketFactory implementation class. |
void | setJndiName(String jndiName) |
public void | setOverwriteSessions(boolean flag) Set the flag indicating if a successful user auth for an existing session
should overwrite the current session. |
public void | setRequireAuxChallenge(boolean flag) Set if the client must supply an auxillary challenge as part of the
verify phase. |
void | setServerPort(int port) |
void | setServerSocketFactory(String factoryClassName) Set the RMIServerSocketFactory implementation class. |
void | setVerifierSourceJndiName(String jndiName) set the jndi name for the SRPVerifierSource implementation binding. |