Uses of Class
com.exoscale.sdk.model.InternalAuthenticationBackendLimiting
Packages that use InternalAuthenticationBackendLimiting
-
Uses of InternalAuthenticationBackendLimiting in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return InternalAuthenticationBackendLimitingModifier and TypeMethodDescriptionInternalAuthenticationBackendLimiting.allowedTries
(Integer allowedTries) InternalAuthenticationBackendLimiting.authenticationBackend
(InternalAuthenticationBackendLimiting.AuthenticationBackendEnum authenticationBackend) InternalAuthenticationBackendLimiting.blockExpirySeconds
(Integer blockExpirySeconds) OpensearchSecurityPluginSettings.getInternalAuthenticationBackendLimiting()
Get internalAuthenticationBackendLimitingInternalAuthenticationBackendLimiting.maxBlockedClients
(Integer maxBlockedClients) InternalAuthenticationBackendLimiting.maxTrackedClients
(Integer maxTrackedClients) InternalAuthenticationBackendLimiting.timeWindowSeconds
(Integer timeWindowSeconds) InternalAuthenticationBackendLimiting.type
(InternalAuthenticationBackendLimiting.TypeEnum type) Methods in com.exoscale.sdk.model with parameters of type InternalAuthenticationBackendLimitingModifier and TypeMethodDescriptionOpensearchSecurityPluginSettings.internalAuthenticationBackendLimiting
(InternalAuthenticationBackendLimiting internalAuthenticationBackendLimiting) void
OpensearchSecurityPluginSettings.setInternalAuthenticationBackendLimiting
(InternalAuthenticationBackendLimiting internalAuthenticationBackendLimiting)