public interface AuthenticationFuture
Modifier and Type | Method and Description |
---|---|
String |
getAPIKey() |
List |
getAuthorizedRoles() |
String |
getURI() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean isAuthenticated) |
void |
setAuthorizedRoles(List roles) |
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.