Class Pac4jDelegatedAuthenticationRestfulProperties

java.lang.Object
org.apereo.cas.configuration.model.BaseRestEndpointProperties
org.apereo.cas.configuration.model.RestEndpointProperties
org.apereo.cas.configuration.model.support.pac4j.Pac4jDelegatedAuthenticationRestfulProperties
All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-pac4j-webflow") public class Pac4jDelegatedAuthenticationRestfulProperties extends RestEndpointProperties
Since:
6.4.0
See Also:
  • Constructor Details

    • Pac4jDelegatedAuthenticationRestfulProperties

      public Pac4jDelegatedAuthenticationRestfulProperties()
  • Method Details

    • getType

      public String getType()
      Specify the format of the payload that would be produced by the REST API. Accepted values are:
      • pac4j: The output must confirm to the syntax controlled by pac4j's PropertiesConfigFactory
      • cas: The output must should contain properties that allow CAS to build delegated identity providers.
    • setType

      Specify the format of the payload that would be produced by the REST API. Accepted values are:
      • pac4j: The output must confirm to the syntax controlled by pac4j's PropertiesConfigFactory
      • cas: The output must should contain properties that allow CAS to build delegated identity providers.
      Returns:
      this.