Class AuthenticationProtectionService

java.lang.Object
org.gluu.service.security.protect.AuthenticationProtectionService
org.gluu.oxauth.service.AuthenticationProtectionService

@ApplicationScoped @Named public class AuthenticationProtectionService extends org.gluu.service.security.protect.AuthenticationProtectionService
Brute Force authentication protection service implementation
Author:
Yuriy Movchan Date: 08/21/2018
  • Constructor Details

    • AuthenticationProtectionService

      public AuthenticationProtectionService()
  • Method Details

    • init

      protected void init()
      Specified by:
      init in class org.gluu.service.security.protect.AuthenticationProtectionService
    • updateConfiguration

      public void updateConfiguration(@Observes @ConfigurationUpdate AppConfiguration appConfiguration)
    • getKeyPrefix

      protected String getKeyPrefix()
      Specified by:
      getKeyPrefix in class org.gluu.service.security.protect.AuthenticationProtectionService
    • isEnabled

      public boolean isEnabled()