public interface IListenerController
extends java.rmi.Remote
ILexiCom.getListenerController().| Modifier and Type | Method and Description |
|---|---|
IPortalUserAuthentication |
returnPortalUserAuthentication()
Gets the current IPortalUserAuthentication implementation
|
void |
setDestination(ILexiComIncoming destination)
Sets the incoming stream interface
|
void |
setHttpRequestFilter(IHttpRequestFilter httpRequestFilter)
Sets the IHttpRequestFilter interface that allows server requests to be pre or post-processed
|
void |
setPortalUserAuthentication(IPortalUserAuthentication portalUserAuthentication)
Sets the IPortalUserAuthentication interface that allows Portal SSO
|
void setDestination(ILexiComIncoming destination) throws java.lang.Exception
destination - the incoming destination for the local listenerjava.lang.Exceptionvoid setHttpRequestFilter(IHttpRequestFilter httpRequestFilter) throws java.lang.Exception
httpRequestFilter - the reference to the IHttpRequestFilter implementation set by any
of the current embeddable interfaces.java.lang.Exceptionvoid setPortalUserAuthentication(IPortalUserAuthentication portalUserAuthentication) throws java.lang.Exception
portalUserAuthentication - the reference to the IPortalUserAuthentication implementationjava.lang.ExceptionIPortalUserAuthentication returnPortalUserAuthentication() throws java.lang.Exception
java.lang.Exception