| Package | Description |
|---|---|
| com.floragunn.searchguard.ssl.transport |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalExtractor.Type |
PrincipalExtractor.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrincipalExtractor.Type[] |
PrincipalExtractor.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PrincipalExtractor.extractPrincipal(X509Certificate x509Certificate,
PrincipalExtractor.Type type)
Extract the principal name
Please note that this method gets called for principal extraction of other nodes
as well as transport clients.
|
String |
DefaultPrincipalExtractor.extractPrincipal(X509Certificate x509Certificate,
PrincipalExtractor.Type type) |
Copyright © 2015-2017. All Rights Reserved.