Class AuthenticationException

    • Constructor Detail

      • AuthenticationException

        protected AuthenticationException​(String msg)
        Deprecated.
      • AuthenticationException

        protected AuthenticationException​(String msg,
                                          Object extraInformation)
        Deprecated.
      • AuthenticationException

        protected AuthenticationException​(String msg,
                                          Throwable t)
        Deprecated.
    • Method Detail

      • getAuthentication

        public Authentication getAuthentication()
        Deprecated.
      • setAuthentication

        public void setAuthentication​(Authentication authentication)
        Deprecated.
      • getExtraInformation

        public Object getExtraInformation()
        Deprecated.
      • clearExtraInformation

        public void clearExtraInformation()
        Deprecated.
      • toSpring

        public org.springframework.security.core.AuthenticationException toSpring()
        Deprecated.
        Overrides:
        toSpring in class AcegiSecurityException