package com.hwlcn.security.authc; public interface HostAuthenticationToken extends AuthenticationToken { String getHost(); }