java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.ui.OAuthContainer

public class OAuthContainer extends Object
UI bean container for OAuth consent page data. This container holds fields related to the OAuth 2.1 authorization consent flow and is not specific to MCP.
  • Constructor Details

    • OAuthContainer

      public OAuthContainer()
  • Method Details

    • getRequestId

      public String getRequestId()
      Returns:
      the requestId
    • setRequestId

      public void setRequestId(String requestId)
      Parameters:
      requestId - the requestId to set
    • getClientName

      public String getClientName()
      Returns:
      the clientName
    • setClientName

      public void setClientName(String clientName)
      Parameters:
      clientName - the clientName to set
    • getClientId

      public String getClientId()
      Returns:
      the clientId
    • setClientId

      public void setClientId(String clientId)
      Parameters:
      clientId - the clientId to set
    • getScope

      public String getScope()
      Returns:
      the scope
    • setScope

      public void setScope(String scope)
      Parameters:
      scope - the scope to set
    • getLoggedInUserName

      public String getLoggedInUserName()
      Returns:
      the loggedInUserName
    • setLoggedInUserName

      public void setLoggedInUserName(String loggedInUserName)
      Parameters:
      loggedInUserName - the loggedInUserName to set
    • getErrorMessage

      public String getErrorMessage()
      Returns:
      the errorMessage
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
      Parameters:
      errorMessage - the errorMessage to set
    • isShowReadonly

      public boolean isShowReadonly()
      Returns:
      the showReadonly
    • setShowReadonly

      public void setShowReadonly(boolean showReadonly)
      Parameters:
      showReadonly - the showReadonly to set
    • isShowReadwrite

      public boolean isShowReadwrite()
      Returns:
      the showReadwrite
    • setShowReadwrite

      public void setShowReadwrite(boolean showReadwrite)
      Parameters:
      showReadwrite - the showReadwrite to set
    • isShowSqlReadonly

      public boolean isShowSqlReadonly()
      Returns:
      the showSqlReadonly
    • setShowSqlReadonly

      public void setShowSqlReadonly(boolean showSqlReadonly)
      Parameters:
      showSqlReadonly - the showSqlReadonly to set
    • isShowAdminReadonly

      public boolean isShowAdminReadonly()
      Returns:
      the showAdminReadonly
    • setShowAdminReadonly

      public void setShowAdminReadonly(boolean showAdminReadonly)
      Parameters:
      showAdminReadonly - the showAdminReadonly to set
    • isShowAdminReadwrite

      public boolean isShowAdminReadwrite()
      Returns:
      the showAdminReadwrite
    • setShowAdminReadwrite

      public void setShowAdminReadwrite(boolean showAdminReadwrite)
      Parameters:
      showAdminReadwrite - the showAdminReadwrite to set
    • isRequireReadwriteDataScope

      public boolean isRequireReadwriteDataScope()
      whether readwrite data scope restrictions are required on the consent page
      Returns:
      true if required
    • setRequireReadwriteDataScope

      public void setRequireReadwriteDataScope(boolean requireReadwriteDataScope1)
      set whether readwrite data scope restrictions are required
      Parameters:
      requireReadwriteDataScope1 -