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 |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getProtocol() |
Set<ProtocolMapperModel> |
getProtocolMappers() |
String |
getRealm() |
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()
Copyright © 2015 JBoss by Red Hat. All rights reserved.