Class CasFilter

  • All Implemented Interfaces:
    Filter, Nameable, PathConfigProcessor

    @Deprecated
    public class CasFilter
    extends AuthenticatingFilter
    Deprecated.
    replaced with Shiro integration in buji-pac4j.
    This filter validates the CAS service ticket to authenticate the user. It must be configured on the URL recognized by the CAS server. For example, in shiro.ini:
     [main]
     casFilter = org.apache.shiro.cas.CasFilter
     ...
    
     [urls]
     /shiro-cas = casFilter
     ...
     
    (example : http://host:port/mycontextpath/shiro-cas)
    Since:
    1.2
    See Also:
    buji-pac4j