Class 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 Detail

      • UserPortalAuthenticatorsBean

        public UserPortalAuthenticatorsBean()
    • 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()
      • getLoginUrl

        public String getLoginUrl​(String restUrl)
      • hasOnlyOneButtonAuthenticator

        public boolean hasOnlyOneButtonAuthenticator()
      • getOnlyButtonRedirectAuthenticator

        public de.xima.fc.api.rest.pub.client.user_portal.model.BaseAuthenticatorResource getOnlyButtonRedirectAuthenticator()