public class CachedClientTemplate extends Object implements Serializable
| Constructor and Description |
|---|
CachedClientTemplate(RealmCache cache,
RealmProvider delegate,
RealmModel realm,
ClientTemplateModel model) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getProtocol() |
Set<ProtocolMapperModel> |
getProtocolMappers() |
String |
getRealm() |
Set<String> |
getScope() |
boolean |
isBearerOnly() |
boolean |
isConsentRequired() |
boolean |
isDirectAccessGrantsEnabled() |
boolean |
isFrontchannelLogout() |
boolean |
isFullScopeAllowed() |
boolean |
isImplicitFlowEnabled() |
boolean |
isPublicClient() |
boolean |
isServiceAccountsEnabled() |
boolean |
isStandardFlowEnabled() |
void |
setDescription(String description) |
public CachedClientTemplate(RealmCache cache, RealmProvider delegate, RealmModel realm, ClientTemplateModel model)
public String getId()
public String getName()
public String getDescription()
public void setDescription(String description)
public String getRealm()
public Set<ProtocolMapperModel> getProtocolMappers()
public String getProtocol()
public boolean isFullScopeAllowed()
public boolean isPublicClient()
public boolean isFrontchannelLogout()
public boolean isBearerOnly()
public boolean isConsentRequired()
public boolean isStandardFlowEnabled()
public boolean isImplicitFlowEnabled()
public boolean isDirectAccessGrantsEnabled()
public boolean isServiceAccountsEnabled()
Copyright © 2016 JBoss by Red Hat. All rights reserved.