Uses of Class
com.floragunn.searchguard.configuration.SearchGuardLicense.Type
-
Packages that use SearchGuardLicense.Type Package Description com.floragunn.searchguard.configuration -
-
Uses of SearchGuardLicense.Type in com.floragunn.searchguard.configuration
Methods in com.floragunn.searchguard.configuration that return SearchGuardLicense.Type Modifier and Type Method Description SearchGuardLicense.TypeSearchGuardLicense. getType()static SearchGuardLicense.TypeSearchGuardLicense.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchGuardLicense.Type[]SearchGuardLicense.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.floragunn.searchguard.configuration with parameters of type SearchGuardLicense.Type Constructor Description SearchGuardLicense(String uid, SearchGuardLicense.Type type, SearchGuardLicense.Feature[] features, String issueDate, String expiryDate, String issuedTo, String issuer, String startDate, Integer majorVersion, String clusterName, int allowedNodeCount, org.elasticsearch.cluster.service.ClusterService clusterService)
-