public class CachedClientTemplate extends AbstractRevisioned implements InRealm
Constructor and Description |
---|
CachedClientTemplate(Long revision,
RealmModel realm,
ClientTemplateModel model) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes() |
String |
getDescription() |
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) |
getId, getRevision, setRevision
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, getRevision, setRevision
public CachedClientTemplate(Long revision, RealmModel realm, ClientTemplateModel model)
public String getName()
public String getDescription()
public void setDescription(String description)
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.