Package org.pac4j.http.client.direct


package org.pac4j.http.client.direct
  • Classes
    Class
    Description
    Allows direct authentication based on a cookie.
    This class is the client to authenticate users directly through HTTP basic auth.
    This class is the client to authenticate users directly through RFC 6750 HTTP bearer authentication.
    This class is the client to authenticate users directly through HTTP digest auth.
    This class is the client to authenticate users, based on form HTTP parameters.
    This class is the client to authenticate users directly based on a provided header.
    This class is the client to authenticate users directly based on their IP address.
    This class is the client to authenticate users directly based on a provided parameter (in a GET and/or POST request).
    Direct client for X509 certificates.