Class AuthConfiguration

java.lang.Object
org.opentestfactory.services.components.auth.AuthConfiguration

@Singleton public class AuthConfiguration extends Object
Configuration object for the OTF authentication.
Author:
edegenetais
  • Field Details

  • Constructor Details

    • AuthConfiguration

      @Inject public AuthConfiguration(@Value("${org.opentestfactory.auth.trustedAuthorities}") List<File> trustedAuthorities)
  • Method Details

    • trustedAutorities

      public List<File> trustedAutorities()
    • anonymousAllowed

      public boolean anonymousAllowed()