public class CachedClient extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
allowedClaimsMask |
protected boolean |
directGrantsOnly |
protected boolean |
enabled |
protected String |
id |
protected String |
name |
protected int |
notBefore |
protected boolean |
publicClient |
protected Set<String> |
redirectUris |
protected Set<String> |
scope |
protected String |
secret |
protected Set<String> |
webOrigins |
Constructor and Description |
---|
CachedClient(KeycloakCache cache,
KeycloakSession delegate,
RealmModel realm,
ClientModel model) |
Modifier and Type | Method and Description |
---|---|
long |
getAllowedClaimsMask() |
String |
getId() |
String |
getName() |
int |
getNotBefore() |
Set<String> |
getRedirectUris() |
Set<String> |
getScope() |
String |
getSecret() |
Set<String> |
getWebOrigins() |
boolean |
isDirectGrantsOnly() |
boolean |
isEnabled() |
boolean |
isPublicClient() |
protected String id
protected String name
protected long allowedClaimsMask
protected boolean enabled
protected String secret
protected boolean publicClient
protected boolean directGrantsOnly
protected int notBefore
public CachedClient(KeycloakCache cache, KeycloakSession delegate, RealmModel realm, ClientModel model)
public String getId()
public String getName()
public long getAllowedClaimsMask()
public boolean isEnabled()
public String getSecret()
public boolean isPublicClient()
public boolean isDirectGrantsOnly()
public int getNotBefore()
Copyright © 2014. All Rights Reserved.