Class LdapConnectionBean

  • All Implemented Interfaces:
    Serializable

    @Named
    @ViewScoped
    public class LdapConnectionBean
    extends AMessaging
    Bean für die Verwaltung von Verbindungen
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • LdapConnectionBean

        public LdapConnectionBean()
    • Method Detail

      • setSessionBean

        public void setSessionBean​(SessionBean sessionBean)
      • updateModel

        public void updateModel()
      • isNeedAuth

        public boolean isNeedAuth()
        Returns:
        Whether the connection requires authentication (username, password).
      • setNeedAuth

        public void setNeedAuth​(boolean needAuth)
        Parameters:
        needAuth - Whether the connection requires authentication (username, password).
      • checkConnection

        public void checkConnection()