Package lumis.portal.authentication.http
Class HttpAuthenticatorFactory
- java.lang.Object
-
- lumis.portal.authentication.http.HttpAuthenticatorFactory
-
public class HttpAuthenticatorFactory extends java.lang.Object
ProvidesIHttpAuthenticator
instances.- Since:
- 4.0.10
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description HttpAuthenticatorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IHttpAuthenticator
getHttpAuthenticator()
Returns theIHttpAuthenticator
configured for the Portal.
-
-
-
Method Detail
-
getHttpAuthenticator
public static IHttpAuthenticator getHttpAuthenticator()
Returns theIHttpAuthenticator
configured for the Portal.- Returns:
- the
IHttpAuthenticator
configured for the Portal. May benull
if none was configured. - Since:
- 4.0.10
-
-