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