Class X509Credentials

java.lang.Object
org.pac4j.core.credentials.Credentials
org.pac4j.http.credentials.X509Credentials
All Implemented Interfaces:
Serializable

public class X509Credentials extends org.pac4j.core.credentials.Credentials
X509 credentials.
Since:
3.3.0
Author:
Jerome Leleu
See Also:
  • Field Summary

    Fields inherited from class org.pac4j.core.credentials.Credentials

    logoutType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.pac4j.core.credentials.Credentials

    canEqual, equals, getLogoutType, getUserProfile, hashCode, isForAuthentication, setUserProfile

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class org.pac4j.core.credentials.Credentials