Class 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 Detail

      • AuthenticationProtectionService

        public AuthenticationProtectionService()
    • Method Detail

      • init

        protected void init()
        Specified by:
        init in class io.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 class io.jans.service.security.protect.AuthenticationProtectionService
      • isEnabled

        public boolean isEnabled()