Uses of Class
io.helidon.security.abac.time.TimeValidator.TimeConfig
Packages that use TimeValidator.TimeConfig
-
Uses of TimeValidator.TimeConfig in io.helidon.security.abac.time
Methods in io.helidon.security.abac.time that return TimeValidator.TimeConfigModifier and TypeMethodDescriptionstatic TimeValidator.TimeConfig
Create a time config for a check between times within a day.TimeValidator.TimeConfig.Builder.build()
static TimeValidator.TimeConfig
Create an time config from configuration.static TimeValidator.TimeConfig
TimeValidator.TimeConfig.daysOfWeek
(DayOfWeek... days) Create a time config for a check for days of week.TimeValidator.fromAnnotations
(EndpointConfig endpointConfig) TimeValidator.fromConfig
(Config config) Methods in io.helidon.security.abac.time that return types with arguments of type TimeValidator.TimeConfigMethods in io.helidon.security.abac.time with parameters of type TimeValidator.TimeConfigModifier and TypeMethodDescriptionTimeValidator.TimeConfig.Builder.from
(TimeValidator.TimeConfig timeConfig) Update this builder from an existing configuration instance.void
TimeValidator.validate
(TimeValidator.TimeConfig config, Errors.Collector collector, ProviderRequest request)