Interface AuthenticationFuture
-
- All Known Implementing Classes:
DummyAuthenticator
public interface AuthenticationFuture
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAPIKey()
List
getAuthorizedRoles()
String
getURI()
boolean
isAuthenticated()
void
setAuthenticated(boolean isAuthenticated)
void
setAuthorizedRoles(List roles)
-