Class InvalidInstallHookConfigurationException

  • All Implemented Interfaces:
    Serializable

    @ResponseStatus(code=UNAUTHORIZED,
                    reason="Both \'signed-install\' and \'allow-symmetric-auth-install-callback\' were disabled")
    public class InvalidInstallHookConfigurationException
    extends org.springframework.security.core.AuthenticationException
    An authentication exception thrown when descriptor 'signed-install' configuration conflicts with 'allow-symmetric-auth-install-callback' system config
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidInstallHookConfigurationException

        public InvalidInstallHookConfigurationException​(String message)