@Unstable
@Role
public interface AuthenticationConfiguration
Modifier and Type | Method and Description |
---|---|
String[] |
getFailureStrategies() |
int |
getMaxAuthorizedAttempts() |
int |
getTimeWindow() |
default boolean |
isAuthenticationSecurityEnabled() |
int getMaxAuthorizedAttempts()
int getTimeWindow()
String[] getFailureStrategies()
AuthenticationFailureStrategy
to activate, each name is a strategy hint.default boolean isAuthenticationSecurityEnabled()
true
if the authentication security mechanism is enabled.Copyright © 2004–2021 XWiki. All rights reserved.