Class ClientBean
- java.lang.Object
- 
- org.keycloak.forms.login.freemarker.model.ClientBean
 
- 
 public class ClientBean extends Object - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ClientModelclient
 - 
Constructor SummaryConstructors Constructor Description ClientBean(KeycloakSession session, ClientModel client)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttribute(String key)Map<String,String>getAttributes()StringgetBaseUrl()StringgetClientId()StringgetDescription()StringgetName()
 
- 
- 
- 
Field Detail- 
clientprotected ClientModel client 
 
- 
 - 
Constructor Detail- 
ClientBeanpublic ClientBean(KeycloakSession session, ClientModel client) 
 
- 
 
-