Interface AuthenticationFuture

  • All Known Implementing Classes:
    DummyAuthenticator

    public interface AuthenticationFuture
    • Method Detail

      • isAuthenticated

        boolean isAuthenticated()
      • getAuthorizedRoles

        List getAuthorizedRoles()
      • getAPIKey

        String getAPIKey()
      • setAuthenticated

        void setAuthenticated​(boolean isAuthenticated)
      • setAuthorizedRoles

        void setAuthorizedRoles​(List roles)