Interface IStateGeneratorProviding

All Superinterfaces:
org.pac4j.core.client.Client

public interface IStateGeneratorProviding extends org.pac4j.core.client.Client
Markup interface for pac4j Clients that provide a custom state generator. If no state generator is given then the default state generator is used for the corresponding authentication target.
Since:
8.0.1
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    org.pac4j.core.util.generator.ValueGenerator
     

    Methods inherited from interface org.pac4j.core.client.Client

    getCredentials, getLogoutAction, getName, getRedirectionAction, getUserProfile, renewUserProfile
  • Method Details

    • getStateGenerator

      org.pac4j.core.util.generator.ValueGenerator getStateGenerator()
      Returns:
      a custom state generator to be used for the client. If no state generator is given then the default state generator for the corresponding authentication target will be used.