Class UserPortalAuthConfig

All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, IAuthenticatorConfig, ILockingVersionProviding, ITransferable, ITransferableEntity, ITransferableLockableEntity, IStringAttributesMixin, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>

@Entity public class UserPortalAuthConfig extends AAuthenticatorConfig
Entity model for authenticator configurations for user portals.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Field Details

  • Constructor Details

    • UserPortalAuthConfig

      public UserPortalAuthConfig()
  • Method Details

    • getId

      public Long getId()
    • getLoginConfig

      @NotNull public @NotNull UserPortalLoginConfig getLoginConfig()
    • setLoginConfig

      public void setLoginConfig(@NotNull @NotNull UserPortalLoginConfig portal)
    • getAttributes

      public Map<String,String> getAttributes()
      Returns an empty map because this authenticator config does not provide attributes. It does however provide localized properties (I18N).
      Returns:
      empty map because this authenticator config does not provide attributes.
    • getOrderIndex

      public int getOrderIndex()
    • setOrderIndex

      public void setOrderIndex(int orderIndex)