Class AddOrganizationSystemAccountsIdpJson

    • Constructor Detail

      • AddOrganizationSystemAccountsIdpJson

        public AddOrganizationSystemAccountsIdpJson()
    • Method Detail

      • getOrgSystemAccounts

        public Set<String> getOrgSystemAccounts()
        Names of the system accounts to get or create
        Returns:
        Names of the system accounts to get or create
      • setOrgSystemAccounts

        public void setOrgSystemAccounts​(Set<String> orgSystemAccounts)
        Names of the system accounts to get or create
        Parameters:
        orgSystemAccounts - Names of the system accounts to get or create
      • setSigningAlgorithm

        public void setSigningAlgorithm​(SigningAlgorithm signingAlgorithm)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getDomains

        public Set<String> getDomains()
        Names of the domain to use
        Returns:
        Names of the domain to use
      • setDomains

        public void setDomains​(Set<String> domains)
        Names of the domain to use
        Parameters:
        domains - Names of the domain to use
      • getPublicKey

        public String getPublicKey()
        The public key to use
        Returns:
        The public key to use
      • setPublicKey

        public void setPublicKey​(String publicKey)
        The public key to use
        Parameters:
        publicKey - The public key to use