Package io.jans.as.server.service
Class AuthenticationProtectionService
- java.lang.Object
-
- io.jans.service.security.protect.AuthenticationProtectionService
-
- io.jans.as.server.service.AuthenticationProtectionService
-
@ApplicationScoped @Named public class AuthenticationProtectionService extends io.jans.service.security.protect.AuthenticationProtectionService
Brute Force authentication protection service implementation- Author:
- Yuriy Movchan Date: 08/21/2018
-
-
Constructor Summary
Constructors Constructor Description AuthenticationProtectionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getKeyPrefix()
protected void
init()
boolean
isEnabled()
void
updateConfiguration(io.jans.as.model.configuration.AppConfiguration appConfiguration)
-
-
-
Method Detail
-
init
protected void init()
- Specified by:
init
in classio.jans.service.security.protect.AuthenticationProtectionService
-
updateConfiguration
public void updateConfiguration(@Observes @ConfigurationUpdate io.jans.as.model.configuration.AppConfiguration appConfiguration)
-
getKeyPrefix
protected String getKeyPrefix()
- Specified by:
getKeyPrefix
in classio.jans.service.security.protect.AuthenticationProtectionService
-
isEnabled
public boolean isEnabled()
-
-