Class OidcDevUiRpcSvcPropertiesBean

java.lang.Object
io.quarkus.oidc.runtime.devui.OidcDevUiRpcSvcPropertiesBean

public class OidcDevUiRpcSvcPropertiesBean extends Object
  • Constructor Details

  • Method Details

    • getAuthorizationUrl

      String getAuthorizationUrl()
    • getTokenUrl

      String getTokenUrl()
    • getLogoutUrl

      String getLogoutUrl()
    • getWebClientTimeout

      Duration getWebClientTimeout()
    • getCodeGrantOptions

      Map<String,String> getCodeGrantOptions()
    • getPasswordGrantOptions

      Map<String,String> getPasswordGrantOptions()
    • getClientCredGrantOptions

      Map<String,String> getClientCredGrantOptions()
    • getOidcUsers

      Map<String,String> getOidcUsers()
    • 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()