Class CachedClient

    • Field Detail

      • clientId

        protected String clientId
      • description

        protected String description
      • realm

        protected String realm
      • redirectUris

        protected Set<String> redirectUris
      • enabled

        protected boolean enabled
      • alwaysDisplayInConsole

        protected boolean alwaysDisplayInConsole
      • clientAuthenticatorType

        protected String clientAuthenticatorType
      • secret

        protected String secret
      • registrationToken

        protected String registrationToken
      • protocol

        protected String protocol
      • publicClient

        protected boolean publicClient
      • fullScopeAllowed

        protected boolean fullScopeAllowed
      • frontchannelLogout

        protected boolean frontchannelLogout
      • notBefore

        protected int notBefore
      • webOrigins

        protected Set<String> webOrigins
      • surrogateAuthRequired

        protected boolean surrogateAuthRequired
      • managementUrl

        protected String managementUrl
      • rootUrl

        protected String rootUrl
      • baseUrl

        protected String baseUrl
      • bearerOnly

        protected boolean bearerOnly
      • consentRequired

        protected boolean consentRequired
      • standardFlowEnabled

        protected boolean standardFlowEnabled
      • implicitFlowEnabled

        protected boolean implicitFlowEnabled
      • directAccessGrantsEnabled

        protected boolean directAccessGrantsEnabled
      • serviceAccountsEnabled

        protected boolean serviceAccountsEnabled
      • nodeReRegistrationTimeout

        protected int nodeReRegistrationTimeout
      • defaultClientScopesIds

        protected List<String> defaultClientScopesIds
      • optionalClientScopesIds

        protected List<String> optionalClientScopesIds
    • Method Detail

      • getClientId

        public String getClientId()
      • getName

        public String getName()
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getRedirectUris

        public Set<String> getRedirectUris()
      • isEnabled

        public boolean isEnabled()
      • isAlwaysDisplayInConsole

        public boolean isAlwaysDisplayInConsole()
      • getClientAuthenticatorType

        public String getClientAuthenticatorType()
      • getSecret

        public String getSecret()
      • getRegistrationToken

        public String getRegistrationToken()
      • isPublicClient

        public boolean isPublicClient()
      • getNotBefore

        public int getNotBefore()
      • getWebOrigins

        public Set<String> getWebOrigins()
      • isFullScopeAllowed

        public boolean isFullScopeAllowed()
      • getProtocol

        public String getProtocol()
      • isFrontchannelLogout

        public boolean isFrontchannelLogout()
      • isSurrogateAuthRequired

        public boolean isSurrogateAuthRequired()
      • getManagementUrl

        public String getManagementUrl()
      • getRootUrl

        public String getRootUrl()
      • getBaseUrl

        public String getBaseUrl()
      • isBearerOnly

        public boolean isBearerOnly()
      • isConsentRequired

        public boolean isConsentRequired()
      • isStandardFlowEnabled

        public boolean isStandardFlowEnabled()
      • isImplicitFlowEnabled

        public boolean isImplicitFlowEnabled()
      • isDirectAccessGrantsEnabled

        public boolean isDirectAccessGrantsEnabled()
      • isServiceAccountsEnabled

        public boolean isServiceAccountsEnabled()
      • getNodeReRegistrationTimeout

        public int getNodeReRegistrationTimeout()
      • getDefaultClientScopesIds

        public List<String> getDefaultClientScopesIds()
      • getOptionalClientScopesIds

        public List<String> getOptionalClientScopesIds()