Class UserSecret

  • All Implemented Interfaces:
    Entity, org.molgenis.util.i18n.Identifiable

    public class UserSecret
    extends StaticEntity
    • Constructor Detail

      • UserSecret

        public UserSecret​(Entity entity)
      • UserSecret

        public UserSecret​(EntityType entityType)
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getUserId

        public String getUserId()
      • setUserId

        public void setUserId​(String userId)
      • getSecret

        public String getSecret()
      • setSecret

        public void setSecret​(String secret)
      • getLastFailedAuthentication

        public Instant getLastFailedAuthentication()
      • setLastFailedAuthentication

        public void setLastFailedAuthentication​(Instant lastFailedAuthentication)
      • getFailedLoginAttempts

        public int getFailedLoginAttempts()
      • setFailedLoginAttempts

        public void setFailedLoginAttempts​(int failedLoginAttempts)