Class DirectCasProxyClient

  • All Implemented Interfaces:
    Client<TokenCredentials>

    public class DirectCasProxyClient
    extends DirectClient<TokenCredentials>

    This class is the direct client to authenticate users based on CAS proxy tickets.

    The configuration can be defined via the configuration object.

    As no session is meant to be created, this client does not handle CAS logout requests.

    For proxy support, a CasProxyReceptor must be defined in the configuration (the corresponding "callback filter" must be enabled) and set to the CAS configuration of this client. In that case, a CasProxyProfile will be return (instead of a CasProfile) to be able to request proxy tickets.

    Since:
    1.9.2
    Author:
    Jerome Leleu