Class OidcDevUiRpcSvcPropertiesBean


  • public class OidcDevUiRpcSvcPropertiesBean
    extends Object
    • Constructor Detail

      • OidcDevUiRpcSvcPropertiesBean

        OidcDevUiRpcSvcPropertiesBean​(String authorizationUrl,
                                      String tokenUrl,
                                      String logoutUrl,
                                      Duration webClientTimeout,
                                      Map<String,​Map<String,​String>> grantOptions,
                                      Map<String,​String> oidcUsers,
                                      String oidcProviderName,
                                      String oidcApplicationType,
                                      String oidcGrantType,
                                      boolean introspectionIsAvailable,
                                      String keycloakAdminUrl,
                                      List<String> keycloakRealms,
                                      boolean swaggerIsAvailable,
                                      boolean graphqlIsAvailable,
                                      String swaggerUiPath,
                                      String graphqlUiPath,
                                      boolean alwaysLogoutUserInDevUiOnReload)
    • Method Detail

      • getAuthorizationUrl

        String getAuthorizationUrl()
      • getTokenUrl

        String getTokenUrl()
      • getLogoutUrl

        String getLogoutUrl()
      • getWebClientTimeout

        Duration getWebClientTimeout()
      • getClientCredGrantOptions

        Map<String,​String> getClientCredGrantOptions()
      • isIntrospectionIsAvailable

        boolean isIntrospectionIsAvailable()
      • getKeycloakAdminUrl

        String getKeycloakAdminUrl()
      • getKeycloakRealms

        List<String> getKeycloakRealms()
      • isSwaggerIsAvailable

        boolean isSwaggerIsAvailable()
      • isGraphqlIsAvailable

        boolean isGraphqlIsAvailable()
      • getSwaggerUiPath

        String getSwaggerUiPath()
      • getGraphqlUiPath

        String getGraphqlUiPath()
      • getOidcProviderName

        String getOidcProviderName()
      • getOidcApplicationType

        String getOidcApplicationType()
      • getOidcGrantType

        String getOidcGrantType()
      • isAlwaysLogoutUserInDevUiOnReload

        boolean isAlwaysLogoutUserInDevUiOnReload()
      • getPropertiesStateId

        String getPropertiesStateId()