Class FeaturesBean
- java.lang.Object
-
- org.keycloak.forms.account.freemarker.model.FeaturesBean
-
public class FeaturesBean extends Object
- Author:
- Stian Thorgersen
-
-
Constructor Summary
Constructors Constructor Description FeaturesBean(boolean identityFederation, boolean log, boolean passwordUpdateSupported, boolean authorization)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAuthorization()
boolean
isIdentityFederation()
boolean
isLog()
boolean
isPasswordUpdateSupported()
-