Package lumis.portal.authentication.http
Class HttpAuthenticatorFactory
- java.lang.Object
-
- lumis.portal.authentication.http.HttpAuthenticatorFactory
-
public class HttpAuthenticatorFactory extends Object
ProvidesIHttpAuthenticator
instances.- Since:
- 4.0.10
- Version:
- $Revision: 12538 $ $Date: 2011-02-09 12:07:10 -0200 (Wed, 09 Feb 2011) $
-
-
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
-
-