Class MfaRoleTimeoutException

All Implemented Interfaces:
Serializable

public class MfaRoleTimeoutException extends PerunRuntimeException
This exception is thrown when principal has roles always requiring MFA and the auth time is older than the limit defined in the config
Author:
Jakub Hejda <Jakub.Hejda@cesnet.cz>
See Also:
  • Constructor Details

    • MfaRoleTimeoutException

      public MfaRoleTimeoutException(String message)
    • MfaRoleTimeoutException

      public MfaRoleTimeoutException(String message, Throwable cause)
    • MfaRoleTimeoutException

      public MfaRoleTimeoutException(Throwable cause)