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