Package org.wso2.carbon.ui.tracker
Class AuthenticatorRegistry
- java.lang.Object
-
- org.wso2.carbon.ui.tracker.AuthenticatorRegistry
-
public class AuthenticatorRegistry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHENTICATOR_TYPE
-
Constructor Summary
Constructors Constructor Description AuthenticatorRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CarbonUIAuthenticatorgetCarbonAuthenticator(javax.servlet.http.HttpServletRequest request)static voidinit(org.osgi.framework.BundleContext bc)
-
-
-
Field Detail
-
AUTHENTICATOR_TYPE
public static final String AUTHENTICATOR_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public static void init(org.osgi.framework.BundleContext bc) throws Exception- Throws:
Exception
-
getCarbonAuthenticator
public static CarbonUIAuthenticator getCarbonAuthenticator(javax.servlet.http.HttpServletRequest request)
-
-