Class OAuthCoreProperties

java.lang.Object
org.apereo.cas.configuration.model.support.oauth.OAuthCoreProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-oauth") public class OAuthCoreProperties extends Object implements Serializable
Since:
5.2.0
See Also:
  • Constructor Details

    • OAuthCoreProperties

      public OAuthCoreProperties()
  • Method Details

    • isBypassApprovalPrompt

      public boolean isBypassApprovalPrompt()
      Whether approval prompt/consent screen should be bypassed.
    • getUserProfileViewType

      public OAuthCoreProperties.UserProfileViewTypes getUserProfileViewType()
      User profile view type determines how the final user profile should be rendered once an access token is "validated".
    • setBypassApprovalPrompt

      public OAuthCoreProperties setBypassApprovalPrompt(boolean bypassApprovalPrompt)
      Whether approval prompt/consent screen should be bypassed.
      Returns:
      this.
    • setUserProfileViewType

      public OAuthCoreProperties setUserProfileViewType(OAuthCoreProperties.UserProfileViewTypes userProfileViewType)
      User profile view type determines how the final user profile should be rendered once an access token is "validated".
      Returns:
      this.