Interface AuthenticationFuture
-
- All Known Implementing Classes:
DummyAuthenticator
public interface AuthenticationFuture
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAPIKey()ListgetAuthorizedRoles()StringgetURI()booleanisAuthenticated()voidsetAuthenticated(boolean isAuthenticated)voidsetAuthorizedRoles(List roles)
-