Class SAML2Credentials

java.lang.Object
org.pac4j.core.credentials.Credentials
org.pac4j.saml.credentials.SAML2Credentials
All Implemented Interfaces:
Serializable

public class SAML2Credentials extends org.pac4j.core.credentials.Credentials
The SAML2 authentication credentials.
Since:
6.0.0
Author:
Jerome LELEU
See Also:
  • Field Summary

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

    logoutType, source
  • Constructor Summary

    Constructors
    Constructor
    Description
    SAML2Credentials(org.pac4j.core.logout.LogoutType type, SAML2MessageContext context)
    Constructor for SAML2Credentials.
    Constructor for SAML2Credentials.
  • Method Summary

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

    canEqual, equals, getLogoutType, getSource, getUserProfile, hashCode, isForAuthentication, setSource, setUserProfile, toString

    Methods inherited from class java.lang.Object

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

    • SAML2Credentials

      public SAML2Credentials(SAML2MessageContext context)

      Constructor for SAML2Credentials.

      Parameters:
      context - a SAML2MessageContext object
    • SAML2Credentials

      public SAML2Credentials(org.pac4j.core.logout.LogoutType type, SAML2MessageContext context)

      Constructor for SAML2Credentials.

      Parameters:
      type - a LogoutType object
      context - a SAML2MessageContext object