Uses of Enum Class
org.graylog2.plugin.certificates.RenewalPolicy.Mode
Packages that use RenewalPolicy.Mode
-
Uses of RenewalPolicy.Mode in org.graylog2.plugin.certificates
Methods in org.graylog2.plugin.certificates that return RenewalPolicy.ModeModifier and TypeMethodDescriptionstatic RenewalPolicy.Mode@NotNull RenewalPolicy.ModeRenewalPolicy.mode()Returns the value of themoderecord component.static RenewalPolicy.ModeReturns the enum constant of this class with the specified name.static RenewalPolicy.Mode[]RenewalPolicy.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.graylog2.plugin.certificates with parameters of type RenewalPolicy.ModeModifierConstructorDescriptionRenewalPolicy(@NotNull RenewalPolicy.Mode mode, @NotNull String certificateLifetime) Creates an instance of aRenewalPolicyrecord class.