Interface AuthenticationFuture

All Known Implementing Classes:
DummyAuthenticator

public interface AuthenticationFuture
  • Method Details

    • isAuthenticated

      boolean isAuthenticated()
    • getAuthorizedRoles

      List getAuthorizedRoles()
    • getAPIKey

      String getAPIKey()
    • getURI

      String getURI()
    • setAuthenticated

      void setAuthenticated(boolean isAuthenticated)
    • setAuthorizedRoles

      void setAuthorizedRoles(List roles)