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 ClientModel
client
-
Constructor Summary
Constructors Constructor Description ClientBean(KeycloakSession session, ClientModel client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttribute(String key)
Map<String,String>
getAttributes()
String
getBaseUrl()
String
getClientId()
String
getDescription()
String
getName()
-
-
-
Field Detail
-
client
protected ClientModel client
-
-
Constructor Detail
-
ClientBean
public ClientBean(KeycloakSession session, ClientModel client)
-
-