Class ClientRepresentation
java.lang.Object
org.keycloak.representations.account.ClientRepresentation
Created by st on 29/03/17.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isInUse()
boolean
boolean
void
setBaseUrl
(String baseUrl) void
setClientId
(String clientId) void
setClientName
(String clientName) void
setConsent
(ConsentRepresentation consent) void
setDescription
(String description) void
setEffectiveUrl
(String effectiveUrl) void
setInUse
(boolean inUse) void
setLogoUri
(String logoUri) void
setOfflineAccess
(boolean offlineAccess) void
setPolicyUri
(String policyUri) void
setRootUrl
(String rootUrl) void
void
setUserConsentRequired
(boolean userConsentRequired)
-
Constructor Details
-
ClientRepresentation
public ClientRepresentation()
-
-
Method Details
-
getClientId
-
setClientId
-
getClientName
-
setClientName
-
getDescription
-
setDescription
-
isUserConsentRequired
public boolean isUserConsentRequired() -
setUserConsentRequired
public void setUserConsentRequired(boolean userConsentRequired) -
isInUse
public boolean isInUse() -
setInUse
public void setInUse(boolean inUse) -
isOfflineAccess
public boolean isOfflineAccess() -
setOfflineAccess
public void setOfflineAccess(boolean offlineAccess) -
getRootUrl
-
setRootUrl
-
getBaseUrl
-
setBaseUrl
-
getEffectiveUrl
-
setEffectiveUrl
-
getConsent
-
setConsent
-
getLogoUri
-
setLogoUri
-
getPolicyUri
-
setPolicyUri
-
getTosUri
-
setTosUri
-