Interface WithStateAttributeSupport

  • All Known Implementing Classes:
    AuthnError, AuthnState

    public interface WithStateAttributeSupport
    A new interface that allows authentication API models to support the state (_pf_authn_api_state) attribute.
    Since:
    12.1
    • Method Detail

      • setState

        void setState​(String state)
        Set the cookieless state value.
        Parameters:
        state - the cookieless state value
        Since:
        12.1
      • getState

        String getState()
        Get the cookieless state value.
        Returns:
        the cookieless state value or null
        Since:
        12.1