Interface RemoteAgentAuthenticationDao

    • Method Detail

      • approve

        void approve​(Iterable<RemoteAgentAuthenticationEntity> authentications)

        Approve all authentications in the collection.

        Authentications are uniquely identified by their UUID so any already approved authentication that is matched by UUID of an authentication in authentications will have its IP updated. Otherwise a new entity will be stored.

        Parameters:
        authentications - collection of authentications to approve