Package org.keycloak

Class AbstractOAuthClient

java.lang.Object
org.keycloak.AbstractOAuthClient

public class AbstractOAuthClient extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • clientId

      protected String clientId
    • credentials

      protected Map<String,Object> credentials
    • authUrl

      protected String authUrl
    • tokenUrl

      protected String tokenUrl
    • relativeUrlsUsed

      protected RelativeUrlsUsed relativeUrlsUsed
    • scope

      protected String scope
    • stateCookieName

      protected String stateCookieName
    • stateCookiePath

      protected String stateCookiePath
    • isSecure

      protected boolean isSecure
    • publicClient

      protected boolean publicClient
  • Constructor Details

    • AbstractOAuthClient

      public AbstractOAuthClient()
  • Method Details

    • getStateCode

      protected String getStateCode()
    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • getCredentials

      public Map<String,Object> getCredentials()
    • setCredentials

      public void setCredentials(Map<String,Object> credentials)
    • getAuthUrl

      public String getAuthUrl()
    • setAuthUrl

      public void setAuthUrl(String authUrl)
    • getTokenUrl

      public String getTokenUrl()
    • setTokenUrl

      public void setTokenUrl(String tokenUrl)
    • getScope

      public String getScope()
    • setScope

      public void setScope(String scope)
    • getStateCookieName

      public String getStateCookieName()
    • setStateCookieName

      public void setStateCookieName(String stateCookieName)
    • getStateCookiePath

      public String getStateCookiePath()
    • setStateCookiePath

      public void setStateCookiePath(String stateCookiePath)
    • isPublicClient

      public boolean isPublicClient()
    • setPublicClient

      public void setPublicClient(boolean publicClient)
    • isSecure

      public boolean isSecure()
    • setSecure

      public void setSecure(boolean secure)
    • getRelativeUrlsUsed

      public RelativeUrlsUsed getRelativeUrlsUsed()
    • setRelativeUrlsUsed

      public void setRelativeUrlsUsed(RelativeUrlsUsed relativeUrlsUsed)
    • stripOauthParametersFromRedirect

      protected String stripOauthParametersFromRedirect(String uri)