package com.cloudhandson.vpdbackoffice.service; /** Validates an HMM backoffice bearer token without retaining its plaintext value. */ @FunctionalInterface public interface HmmMcpBearerAuthenticator { HmmMcpPrincipal authenticate(String bearerToken); }