Uses of Class
org.apache.solr.util.configuration.SSLCredentialProvider.CredentialType
-
Packages that use SSLCredentialProvider.CredentialType Package Description org.apache.solr.util.configuration Common Util APIs related to Solr configuration.org.apache.solr.util.configuration.providers TODO -
-
Uses of SSLCredentialProvider.CredentialType in org.apache.solr.util.configuration
Methods in org.apache.solr.util.configuration that return SSLCredentialProvider.CredentialType Modifier and Type Method Description static SSLCredentialProvider.CredentialType
SSLCredentialProvider.CredentialType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SSLCredentialProvider.CredentialType[]
SSLCredentialProvider.CredentialType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.util.configuration with parameters of type SSLCredentialProvider.CredentialType Modifier and Type Method Description String
SSLCredentialProvider. getCredential(SSLCredentialProvider.CredentialType type)
protected String
SSLConfigurations. getPassword(SSLCredentialProvider.CredentialType type)
-
Uses of SSLCredentialProvider.CredentialType in org.apache.solr.util.configuration.providers
Fields in org.apache.solr.util.configuration.providers with type parameters of type SSLCredentialProvider.CredentialType Modifier and Type Field Description static EnumMap<SSLCredentialProvider.CredentialType,String>
AbstractSSLCredentialProvider. DEFAULT_CREDENTIAL_KEY_MAP
Methods in org.apache.solr.util.configuration.providers that return types with arguments of type SSLCredentialProvider.CredentialType Modifier and Type Method Description protected abstract EnumMap<SSLCredentialProvider.CredentialType,String>
AbstractSSLCredentialProvider. getCredentialKeyMap()
protected EnumMap<SSLCredentialProvider.CredentialType,String>
EnvSSLCredentialProvider. getCredentialKeyMap()
protected EnumMap<SSLCredentialProvider.CredentialType,String>
SysPropSSLCredentialProvider. getCredentialKeyMap()
Methods in org.apache.solr.util.configuration.providers with parameters of type SSLCredentialProvider.CredentialType Modifier and Type Method Description String
AbstractSSLCredentialProvider. getCredential(SSLCredentialProvider.CredentialType type)
-