public class SecuredApiKeyRestriction extends Object
| Constructor and Description |
|---|
SecuredApiKeyRestriction() |
| Modifier and Type | Method and Description |
|---|---|
Query |
getQuery() |
List<String> |
getRestrictIndices() |
List<String> |
getRestrictSources() |
String |
getUserToken() |
Long |
getValidUntil() |
SecuredApiKeyRestriction |
setQuery(Query query) |
SecuredApiKeyRestriction |
setRestrictIndices(List<String> restrictIndices) |
SecuredApiKeyRestriction |
setRestrictSources(List<String> restrictSources) |
SecuredApiKeyRestriction |
setUserToken(String userToken) |
SecuredApiKeyRestriction |
setValidUntil(Long validUntil) |
public Query getQuery()
public SecuredApiKeyRestriction setQuery(Query query)
public Long getValidUntil()
public SecuredApiKeyRestriction setValidUntil(Long validUntil)
public SecuredApiKeyRestriction setRestrictIndices(List<String> restrictIndices)
public SecuredApiKeyRestriction setRestrictSources(List<String> restrictSources)
public String getUserToken()
public SecuredApiKeyRestriction setUserToken(String userToken)
Copyright © 2019. All rights reserved.