public interface AuthenticationFuture
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAPIKey() |
java.util.List |
getAuthorizedRoles() |
java.lang.String |
getURI() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean isAuthenticated) |
void |
setAuthorizedRoles(java.util.List roles) |
boolean isAuthenticated()
java.util.List getAuthorizedRoles()
java.lang.String getAPIKey()
java.lang.String getURI()
void setAuthenticated(boolean isAuthenticated)
void setAuthorizedRoles(java.util.List roles)
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.