Class SAML2StateGenerator

  • All Implemented Interfaces:
    org.pac4j.core.util.generator.ValueGenerator

    public class SAML2StateGenerator
    extends java.lang.Object
    implements org.pac4j.core.util.generator.ValueGenerator
    State generator for SAML 2.
    Since:
    3.3.0
    Author:
    Jerome Leleu
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generateValue​(org.pac4j.core.context.WebContext webContext, org.pac4j.core.context.session.SessionStore sessionStore)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SAML_RELAY_STATE_ATTRIBUTE

        public static final java.lang.String SAML_RELAY_STATE_ATTRIBUTE
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAML2StateGenerator

        public SAML2StateGenerator​(SAML2Client client)
    • Method Detail

      • generateValue

        public java.lang.String generateValue​(org.pac4j.core.context.WebContext webContext,
                                              org.pac4j.core.context.session.SessionStore sessionStore)
        Specified by:
        generateValue in interface org.pac4j.core.util.generator.ValueGenerator