Class ServerConfigUserAzureAd


  • public class ServerConfigUserAzureAd
    extends Object
    Defines an Azure Active Directory as user source.
    • Constructor Detail

      • ServerConfigUserAzureAd

        public ServerConfigUserAzureAd()
    • Method Detail

      • getAuthority

        @Nullable
        public @Nullable String getAuthority()
        Defines the URL to be used for logging in to Azure AD.
        Returns:
        authority
      • setAuthority

        public void setAuthority​(String authority)
      • getClientId

        @Nullable
        public @Nullable String getClientId()
        Defines the client (application) ID that is stored in the Azure AD in the application registration.
        Returns:
        clientId
      • setClientId

        public void setClientId​(String clientId)
      • getScope

        @Nullable
        public @Nullable String getScope()
        Defines the scope to be used when logging in to Anzure AD.
        Returns:
        scope
      • setScope

        public void setScope​(String scope)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object