Class ExternalAuthProviderProperties

java.lang.Object
com.broadleafcommerce.adminuser.resource.service.provider.oauth2.ExternalAuthProviderProperties

@ConfigurationProperties(prefix="broadleaf.adminuser.auth-properties") public class ExternalAuthProviderProperties extends Object
  • Constructor Details

    • ExternalAuthProviderProperties

      public ExternalAuthProviderProperties()
  • Method Details

    • getAuthUri

      public String getAuthUri()
      The auth service URI
    • getReadRolesByIdsPath

      public String getReadRolesByIdsPath()
      The read roles by IDs path
    • getReadPermissionsByIdsPath

      public String getReadPermissionsByIdsPath()
      The read permission by IDs path
    • getReadExternalRolesForUserPath

      public String getReadExternalRolesForUserPath()
      The read external roles for user path
    • getServiceClientId

      public String getServiceClientId()
      The authorization client to use when interacting with the auth service. Default is "adminuserclient"
    • setAuthUri

      public void setAuthUri(String authUri)
      The auth service URI
    • setReadRolesByIdsPath

      public void setReadRolesByIdsPath(String readRolesByIdsPath)
      The read roles by IDs path
    • setReadPermissionsByIdsPath

      public void setReadPermissionsByIdsPath(String readPermissionsByIdsPath)
      The read permission by IDs path
    • setReadExternalRolesForUserPath

      public void setReadExternalRolesForUserPath(String readExternalRolesForUserPath)
      The read external roles for user path
    • setServiceClientId

      public void setServiceClientId(String serviceClientId)
      The authorization client to use when interacting with the auth service. Default is "adminuserclient"
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object