Interface BambooTrustedApplication

    • Method Detail

      • getApplicationId

        @NotNull
        @NotNull String getApplicationId()
      • getPublicKey

        @NotNull
        @NotNull String getPublicKey()
        Get the trusted application's public key which is shared with this Bamboo instance.
      • getTimeout

        @NotNull
        @NotNull Long getTimeout()
      • getUrlPatterns

        @NotNull
        @NotNull Set<String> getUrlPatterns()
        Get URL patterns allowed for this application.
      • getIpPatterns

        @NotNull
        @NotNull Set<String> getIpPatterns()
        Get IP patterns allowed for this application.