Interface Enroler

    • Method Detail

      • enrole

        void enrole​(ClientInfo clientInfo)
        Attempts to update an authenticated client, with a User properly defined, by adding the Role that are assigned to this user. Note that principals could also be added to the ClientInfo if necessary. The addition could also potentially be based on the presence of Principal.
        Parameters:
        clientInfo - The clientInfo to update.