Class AuthPac4jListener

  • All Implemented Interfaces:
    org.apache.shiro.authc.AuthenticationListener

    public class AuthPac4jListener
    extends Object
    implements org.apache.shiro.authc.AuthenticationListener
    • Constructor Detail

      • AuthPac4jListener

        public AuthPac4jListener()
    • Method Detail

      • onSuccess

        public void onSuccess​(org.apache.shiro.authc.AuthenticationToken token,
                              org.apache.shiro.authc.AuthenticationInfo info)
        Specified by:
        onSuccess in interface org.apache.shiro.authc.AuthenticationListener
      • onFailure

        public void onFailure​(org.apache.shiro.authc.AuthenticationToken token,
                              org.apache.shiro.authc.AuthenticationException ae)
        Specified by:
        onFailure in interface org.apache.shiro.authc.AuthenticationListener
      • onLogout

        public void onLogout​(org.apache.shiro.subject.PrincipalCollection principals)
        Specified by:
        onLogout in interface org.apache.shiro.authc.AuthenticationListener