Interface RemoteAgentAuthentication

    • Method Detail

      • getUuid

        UUID getUuid()
        UUID of this authentication request.
        Returns:
        UUID
      • getIp

        String getIp()
        IP address of the agent requesting approval. May contain multiple addresses (coma separated) if agent connects through proxy
        Returns:
        IP address of the remote agent
      • isApproved

        boolean isApproved()
        Whether this request was approved, or is still pending approval
        Returns:
        true, if this authentication request has been approved
      • getIpPatterns

        Set<String> getIpPatterns()
        Returns:
        list of IP patterns matched for authentication