Class AuthPlatformResponse


  • public final class AuthPlatformResponse
    extends java.lang.Object
    • Method Detail

      • configFilePath

        public java.util.Optional<java.lang.String> configFilePath()
        Returns:
        The path of the config file containing auth settings if they come from a file. If the path is relative, base will the site's root directory.
      • enabled

        public java.util.Optional<java.lang.Boolean> enabled()
        Returns:
        <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
      • runtimeVersion

        public java.util.Optional<java.lang.String> runtimeVersion()
        Returns:
        The RuntimeVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of certain features in the Authentication / Authorization module.