Class UserProfileMfa

    • Constructor Detail

      • UserProfileMfa

        public UserProfileMfa()
    • Method Detail

      • getId

        public Long getId()
        Specified by:
        getId in interface de.xima.cmn.dao.interfaces.IEntity<Long>
      • getUUID

        public String getUUID()
        Description copied from interface: IUUIDEntity
        Gets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
        Specified by:
        getUUID in interface IUUIDEntity
        Returns:
        The UUID of the entity.
      • setUUID

        public void setUUID​(String uuid)
        Description copied from interface: IUUIDEntity
        Sets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
        Specified by:
        setUUID in interface IUUIDEntity
        Parameters:
        uuid - The UUID of the entity.
      • getUUIDObject

        public UUID getUUIDObject()
        Description copied from interface: IUUIDEntity
        Gets the UUID (universal unique identifier) that uniquely identifies this type of entity. Whether the UUID must be globally unique or only with within a context depends on the type of entity. Common contexts are for example client scopes or project scope.
        Specified by:
        getUUIDObject in interface IUUIDEntity
        Returns:
        The UUID of the entity.
      • setUUIDObject

        public void setUUIDObject​(UUID uuid)
      • setUserProfile

        public void setUserProfile​(UserProfile userProfile)
      • getSecret

        public String getSecret()
      • setSecret

        public void setSecret​(String secret)
      • getLastAuthenticatedInstant

        public Instant getLastAuthenticatedInstant()
      • setLastAuthenticatedInstant

        public void setLastAuthenticatedInstant​(Instant lastAuthenticatedInstant)
      • getVerificationState

        public String getVerificationState()
      • setVerificationState

        public void setVerificationState​(String verificationState)
      • getVerificationExpireInstant

        public Instant getVerificationExpireInstant()
      • setVerificationExpireInstant

        public void setVerificationExpireInstant​(Instant verificationExpireInstant)
      • getVerifiedInstant

        public Instant getVerifiedInstant()
      • setVerifiedInstant

        public void setVerifiedInstant​(Instant verifiedInstant)
      • setVerified

        public void setVerified()
      • setUnverified

        public void setUnverified()
      • isVerified

        public boolean isVerified()
      • getRemoveUuid

        public UUID getRemoveUuid()
      • setRemoveUuid

        public void setRemoveUuid​(UUID removeUuid)
      • getRemoveExpireInstant

        public Instant getRemoveExpireInstant()
      • setRemoveExpireInstant

        public void setRemoveExpireInstant​(Instant removeExpireInstant)
      • isRemovalRequestPending

        public boolean isRemovalRequestPending()