Class Subject

    • Constructor Detail

      • Subject

        public Subject()
      • Subject

        public Subject​(String username)
    • Method Detail

      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getJoined

        public Instant getJoined()
        Returns:
        the startDate
      • setJoined

        public void setJoined​(Instant joined)
      • getPasswordExpires

        public Instant getPasswordExpires()
        Returns:
        the passwordExpires
      • setPasswordExpires

        public void setPasswordExpires​(Instant passwordExpires)
        Parameters:
        passwordExpires - the passwordExpires to set
      • getLastLogin

        public Instant getLastLogin()
        Returns:
        the lastLogin
      • setLastLogin

        public void setLastLogin​(Instant lastLogin)
        Parameters:
        lastLogin - the lastLogin to set
      • getGivenName

        public String getGivenName()
        Returns:
        the givenName
      • setGivenName

        public void setGivenName​(String givenName)
        Parameters:
        givenName - the givenName to set
      • getFamilyName

        public String getFamilyName()
        Returns:
        the familyName
      • setFamilyName

        public void setFamilyName​(String familyName)
        Parameters:
        familyName - the familyName to set
      • getFullName

        public String getFullName()
      • getTimeZone

        public String getTimeZone()
      • setTimeZone

        public void setTimeZone​(String timeZone)
      • getUuid

        public String getUuid()
        Returns:
        the UUID
      • setUuid

        public void setUuid​(String uuid)
        Parameters:
        uuid - the UUID to set
      • getUuidExpires

        public Instant getUuidExpires()
        Returns:
        the expires
      • setUuidExpires

        public void setUuidExpires​(Instant uuidExpires)
        Parameters:
        uuidExpires -
      • setStatus

        public void setStatus​(Subject.Status status)
        Parameters:
        status - the status to set