|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.security.auth.servlet.spi.AbstractHandler
org.openmdx.security.auth.servlet.spi.AbstractAuthenticationHandler
org.openmdx.security.auth.servlet.spi.AbstractRemoteAuthenticationHandler
org.openmdx.security.auth.login.iiop.RemoteAuthenticationHandler
public class RemoteAuthenticationHandler
Remote Authentication Handler
| Constructor Summary | |
|---|---|
RemoteAuthenticationHandler()
|
|
| Method Summary | |
|---|---|
protected Dataprovider_1ConnectionFactory |
getConnectionFactory()
Connection factory callback method |
void |
init()
A convenience method which can be overridden so that there's no need to call super.init(config). |
protected String |
realmInitialContextFactoryDefault()
Provide the "realm-initial-context-factory" default value. |
protected String |
realmJNDNameDefault()
Provide the "realm-jndi-name" default value. |
protected String |
realmProviderURLDefault()
Provide the "realm-provider-url" default value. |
| Methods inherited from class org.openmdx.security.auth.servlet.spi.AbstractRemoteAuthenticationHandler |
|---|
getSharedOptions, modelsDefault, namePromptDefault, passwordEchoDefault, passwordPromptDefault, realmInformationDefault, realmJNDINameDefault, realmUnavailabilityExpectationDefault, realmXRIDefault |
| Methods inherited from class org.openmdx.security.auth.servlet.spi.AbstractAuthenticationHandler |
|---|
applicationNameDefault, callbackTimeoutDefault, destroy, getAuthentication, getCorrelationId, idleTimeoutDefault, initialCapacityDefault, invalidateObject, isLenient, lenientDefault, loginConfigurationDefault, maximumCapacityDefault, maximumWaitDefault, returnAuthentication |
| Methods inherited from class org.openmdx.security.auth.servlet.spi.AbstractHandler |
|---|
debugDefault, endBody, endDocument, endHead, getInitParameter, getInitParameter, getInitParameter, getInitParameter, getInitParameter, getInitParameterNames, getServletContext, getServletName, init, isDebug, log, log, startBody, startDocument, startHead, writeEncoded |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openmdx.security.auth.servlet.cci.HttpHandler |
|---|
init |
| Constructor Detail |
|---|
public RemoteAuthenticationHandler()
| Method Detail |
|---|
public void init()
throws ServletException
AbstractHandlersuper.init(config).
Instead of overriding init(ServletConfig), simply override
this method and it will be called by
AbstractHandler.init(ServletConfig).
init in class AbstractRemoteAuthenticationHandlerServletException
protected Dataprovider_1ConnectionFactory getConnectionFactory()
throws ServiceException
AbstractRemoteAuthenticationHandler
getConnectionFactory in class AbstractRemoteAuthenticationHandlerDataprovider_1ConnectionFactory to be sused by the LoginModule.
ServiceException - if the connection factory can't be retrieved.protected String realmInitialContextFactoryDefault()
realmInitialContextFactoryDefault in class AbstractRemoteAuthenticationHandlerprotected String realmProviderURLDefault()
realmProviderURLDefault in class AbstractRemoteAuthenticationHandlerprotected String realmJNDNameDefault()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||