Uses of Class
com.floragunn.searchguard.ssl.transport.PrincipalExtractor.Type
-
Packages that use PrincipalExtractor.Type Package Description com.floragunn.searchguard.ssl.transport -
-
Uses of PrincipalExtractor.Type in com.floragunn.searchguard.ssl.transport
Methods in com.floragunn.searchguard.ssl.transport that return PrincipalExtractor.Type Modifier and Type Method Description static PrincipalExtractor.TypePrincipalExtractor.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.Methods in com.floragunn.searchguard.ssl.transport with parameters of type PrincipalExtractor.Type Modifier and Type Method Description StringDefaultPrincipalExtractor. extractPrincipal(X509Certificate x509Certificate, PrincipalExtractor.Type type)StringPrincipalExtractor. 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.
-