Class Security

java.lang.Object
com.liferay.portal.vulcan.yaml.config.Security

@Deprecated public class Security extends Object
Deprecated.
As of Athanasius (7.3.x)
  • Constructor Details

    • Security

      public Security()
      Deprecated.
  • Method Details

    • getBasicAuth

      public String getBasicAuth()
      Deprecated.
    • getGuestAllowed

      public String getGuestAllowed()
      Deprecated.
    • getOAuth2

      public String getOAuth2()
      Deprecated.
    • setBasicAuth

      public void setBasicAuth(String basicAuth)
      Deprecated.
    • setGuestAllowed

      public void setGuestAllowed(String guestAllowed)
      Deprecated.
    • setOAuth2

      public void setOAuth2(String oAuth2)
      Deprecated.