Class LoginAttemptService

  • All Implemented Interfaces:
    org.pentaho.platform.api.security.ILoginAttemptService

    public class LoginAttemptService
    extends Object
    implements org.pentaho.platform.api.security.ILoginAttemptService
    • Constructor Detail

      • LoginAttemptService

        public LoginAttemptService​(int maxAttempt,
                                   int cacheMinutes)
    • Method Detail

      • loginSucceeded

        public void loginSucceeded​(String key)
        Specified by:
        loginSucceeded in interface org.pentaho.platform.api.security.ILoginAttemptService
      • loginFailed

        public void loginFailed​(String key)
        Specified by:
        loginFailed in interface org.pentaho.platform.api.security.ILoginAttemptService
      • isBlocked

        public boolean isBlocked​(String key)
        Specified by:
        isBlocked in interface org.pentaho.platform.api.security.ILoginAttemptService