public class CachedClient extends Object
| Constructor and Description |
|---|
CachedClient(RealmCache cache,
RealmProvider delegate,
RealmModel realm,
ClientModel model) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
String |
getBaseUrl() |
String |
getClientId() |
List<String> |
getDefaultRoles() |
String |
getId() |
String |
getManagementUrl() |
String |
getName() |
int |
getNodeReRegistrationTimeout() |
int |
getNotBefore() |
String |
getProtocol() |
Set<ProtocolMapperModel> |
getProtocolMappers() |
String |
getRealm() |
Set<String> |
getRedirectUris() |
Map<String,Integer> |
getRegisteredNodes() |
Map<String,String> |
getRoles() |
Set<String> |
getScope() |
String |
getSecret() |
Set<String> |
getWebOrigins() |
boolean |
isBearerOnly() |
boolean |
isConsentRequired() |
boolean |
isDirectGrantsOnly() |
boolean |
isEnabled() |
boolean |
isFrontchannelLogout() |
boolean |
isFullScopeAllowed() |
boolean |
isPublicClient() |
boolean |
isSurrogateAuthRequired() |
public CachedClient(RealmCache cache, RealmProvider delegate, RealmModel realm, ClientModel model)
public String getId()
public String getClientId()
public String getName()
public String getRealm()
public boolean isEnabled()
public String getSecret()
public boolean isPublicClient()
public boolean isDirectGrantsOnly()
public int getNotBefore()
public boolean isFullScopeAllowed()
public String getProtocol()
public boolean isFrontchannelLogout()
public Set<ProtocolMapperModel> getProtocolMappers()
public boolean isSurrogateAuthRequired()
public String getManagementUrl()
public String getBaseUrl()
public boolean isBearerOnly()
public boolean isConsentRequired()
public int getNodeReRegistrationTimeout()
Copyright © 2015 JBoss by Red Hat. All rights reserved.