Interface ClientScopeModel

    • Method Detail

      • setName

        void setName​(String name)
      • getDescription

        String getDescription()
      • setDescription

        void setDescription​(String description)
      • getProtocol

        String getProtocol()
      • setProtocol

        void setProtocol​(String protocol)
      • setAttribute

        void setAttribute​(String name,
                          String value)
      • removeAttribute

        void removeAttribute​(String name)
      • isDisplayOnConsentScreen

        default boolean isDisplayOnConsentScreen()
      • setDisplayOnConsentScreen

        default void setDisplayOnConsentScreen​(boolean displayOnConsentScreen)
      • getConsentScreenText

        default String getConsentScreenText()
      • setConsentScreenText

        default void setConsentScreenText​(String consentScreenText)
      • setGuiOrder

        default void setGuiOrder​(String guiOrder)
      • isIncludeInTokenScope

        default boolean isIncludeInTokenScope()
      • setIncludeInTokenScope

        default void setIncludeInTokenScope​(boolean includeInTokenScope)
      • isDynamicScope

        default boolean isDynamicScope()
      • setIsDynamicScope

        default void setIsDynamicScope​(boolean isDynamicScope)
      • getDynamicScopeRegexp

        default String getDynamicScopeRegexp()