public interface FeatureUser
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name)
This method allows to retrieve attributes associated with a user.
|
String |
getName()
Get the unique name for this use
|
boolean |
isFeatureAdmin()
Is the user a feature admin, which means that he is able to use the Togglz Admin Console.
|
String getName()
boolean isFeatureAdmin()
true for feature admins, false otherwise.Copyright © 2018. All Rights Reserved.