Class MfaRolePrivilegeException

All Implemented Interfaces:
Serializable

public class MfaRolePrivilegeException extends MfaPrivilegeException
This exception is thrown when principal has role always requiring MFA but is not authenticated with Multi-Factor
Author:
Johana Supikova <xsupikov@fi.muni.cz>
See Also:
  • Constructor Details

    • MfaRolePrivilegeException

      public MfaRolePrivilegeException(String message)
    • MfaRolePrivilegeException

      public MfaRolePrivilegeException(String message, Throwable cause)
    • MfaRolePrivilegeException

      public MfaRolePrivilegeException(Throwable cause)
    • MfaRolePrivilegeException

      public MfaRolePrivilegeException(PerunSession sess)
    • MfaRolePrivilegeException

      public MfaRolePrivilegeException(PerunSession sess, String role)