Class MfaInvalidRolesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.metacentrum.perun.core.api.exceptions.rt.PerunRuntimeException
cz.metacentrum.perun.core.api.exceptions.MfaPrivilegeException
cz.metacentrum.perun.core.api.exceptions.MfaInvalidRolesException
- All Implemented Interfaces:
Serializable
This exception is thrown when principal has roles always requiring MFA and roles always skipping MFA at the same
time
- Author:
- Johana Supikova invalid input: '<'xsupikov@fi.muni.cz>
- See Also:
-
Constructor Summary
ConstructorDescriptionMfaInvalidRolesException
(PerunSession sess, List<String> requiringMfa, List<String> skippingMfa) MfaInvalidRolesException
(String message) MfaInvalidRolesException
(String message, Throwable cause) -
Method Summary
Methods inherited from class cz.metacentrum.perun.core.api.exceptions.rt.PerunRuntimeException
getErrorId, getMessage, getType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MfaInvalidRolesException
-
MfaInvalidRolesException
-
MfaInvalidRolesException
-
MfaInvalidRolesException
public MfaInvalidRolesException(PerunSession sess, List<String> requiringMfa, List<String> skippingMfa)
-