Class UserPortalAuthenticatorsBean
- java.lang.Object
-
- de.xima.fc.user_portal.bean.common.UserPortalAuthenticatorsBean
-
- All Implemented Interfaces:
Serializable
@ViewScoped @Named public class UserPortalAuthenticatorsBean extends Object implements Serializable
Loads the authenticators of the requested portal.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPortalAuthenticatorsBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<de.xima.fc.api.rest.pub.client.user_portal.model.BaseAuthenticatorResource>
getAuthenticators()
Get the authenticators of the requested portal.String
getLoginUrl(String restUrl)
UserPortalSignInPageModel
getModel()
de.xima.fc.api.rest.pub.client.user_portal.model.BaseAuthenticatorResource
getOnlyButtonRedirectAuthenticator()
boolean
hasAuthenticators()
boolean
hasOnlyOneButtonAuthenticator()
void
setModel(UserPortalSignInPageModel model)
-
-
-
Method Detail
-
getAuthenticators
public List<de.xima.fc.api.rest.pub.client.user_portal.model.BaseAuthenticatorResource> getAuthenticators()
Get the authenticators of the requested portal.- Returns:
- The authenticators of the requested portal.
-
hasAuthenticators
public boolean hasAuthenticators()
-
hasOnlyOneButtonAuthenticator
public boolean hasOnlyOneButtonAuthenticator()
-
getOnlyButtonRedirectAuthenticator
public de.xima.fc.api.rest.pub.client.user_portal.model.BaseAuthenticatorResource getOnlyButtonRedirectAuthenticator()
-
getModel
public UserPortalSignInPageModel getModel()
-
setModel
public void setModel(UserPortalSignInPageModel model)
-
-