Package org.togglz.core.user
Interface FeatureUser
-
- All Known Implementing Classes:
SimpleFeatureUser
public interface FeatureUserThis interface represents a user for Togglz- Author:
- Christian Kaltepoth
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAttribute(String name)This method allows to retrieve attributes associated with a user.StringgetName()Get the unique name for this usebooleanisFeatureAdmin()Is the user a feature admin, which means that he is able to use the Togglz Admin Console.
-
-
-
Method Detail
-
getName
String getName()
Get the unique name for this use- Returns:
- name of the user
-
isFeatureAdmin
boolean isFeatureAdmin()
Is the user a feature admin, which means that he is able to use the Togglz Admin Console.- Returns:
truefor feature admins,falseotherwise.
-
-