Class OidcLogoutProperties

java.lang.Object
org.apereo.cas.configuration.model.support.oidc.OidcLogoutProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-oidc") public class OidcLogoutProperties extends Object implements Serializable
Since:
6.2.0
See Also:
  • Constructor Details

    • OidcLogoutProperties

      public OidcLogoutProperties()
  • Method Details

    • isBackchannelLogoutSupported

      public boolean isBackchannelLogoutSupported()
      Whether the back-channel logout is supported.
    • isFrontchannelLogoutSupported

      public boolean isFrontchannelLogoutSupported()
      Whether the front-channel logout is supported.
    • setBackchannelLogoutSupported

      public OidcLogoutProperties setBackchannelLogoutSupported(boolean backchannelLogoutSupported)
      Whether the back-channel logout is supported.
      Returns:
      this.
    • setFrontchannelLogoutSupported

      public OidcLogoutProperties setFrontchannelLogoutSupported(boolean frontchannelLogoutSupported)
      Whether the front-channel logout is supported.
      Returns:
      this.