Package org.openbravo.erpCommon.security
Interface SignInProvider
-
- All Known Implementing Classes:
OAuth2SignInProvider
public interface SignInProvider
If this interface is implemented, an alternative HTML code for Google Sign In is displayed in Log In page. Note at most one class per instance should implement this interface and it must be annotated as .- Author:
- alostale
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLoginPageSignInHTMLCode()
HTML code to be placed in Log In page for Google Sing in button
-
-
-
Method Detail
-
getLoginPageSignInHTMLCode
String getLoginPageSignInHTMLCode()
HTML code to be placed in Log In page for Google Sing in button
-
-