Package | Description |
---|---|
org.apache.solr.handler.admin |
SolrRequestHandler implementations for powering he Solr Admin UI |
Modifier and Type | Method and Description |
---|---|
SecurityConfHandler.SecurityConfig |
SecurityConfHandlerLocal.getSecurityConfig(boolean getFresh)
Fetches security props from SOLR_HOME
|
abstract SecurityConfHandler.SecurityConfig |
SecurityConfHandler.getSecurityConfig(boolean getFresh)
Gets security.json from source
|
SecurityConfHandler.SecurityConfig |
SecurityConfHandlerZk.getSecurityConfig(boolean getFresh)
Fetches security props from Zookeeper and adds version
|
SecurityConfHandler.SecurityConfig |
SecurityConfHandler.SecurityConfig.setData(InputStream securityJsonInputStream)
Set data from input stream
|
SecurityConfHandler.SecurityConfig |
SecurityConfHandler.SecurityConfig.setData(Map<String,Object> data)
Sets the data as a Map
|
SecurityConfHandler.SecurityConfig |
SecurityConfHandler.SecurityConfig.setData(Object data)
Sets the data as an Object, but the object needs to be of type Map
|
SecurityConfHandler.SecurityConfig |
SecurityConfHandler.SecurityConfig.setVersion(int version)
Sets version
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SecurityConfHandlerLocal.persistConf(SecurityConfHandler.SecurityConfig securityConfig) |
protected abstract boolean |
SecurityConfHandler.persistConf(SecurityConfHandler.SecurityConfig securityConfig)
Persist security.json to the source, optionally with a version
|
protected boolean |
SecurityConfHandlerZk.persistConf(SecurityConfHandler.SecurityConfig securityConfig) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.