Interface RemoteAgentAuthenticationEntity

    • Method Detail

      • setIp

        void setIp​(String ip)
        Set IP address of this authentication.
        Parameters:
        ip - IP address
      • setUuid

        void setUuid​(UUID uuid)
        Set unique ID of this authentication
        Parameters:
        uuid - UUID
      • setApproved

        void setApproved​(boolean isApproved)
        Set whether this authentication has been approved.
        Parameters:
        isApproved - true, if this authentication has been approved
      • getUuidAsString

        @Nullable
        @Nullable String getUuidAsString()
        UUID converted to String
        Returns:
        null iff uuid is null or uuid.toString()
      • setUuidAsString

        void setUuidAsString​(@Nullable
                             @Nullable String uuidAsString)
        Set value of UUID from String.
        Parameters:
        uuidAsString - string representation of uuid