org.apache.blur.console.model
Class User
java.lang.Object
org.apache.blur.console.model.User
public class User
- extends Object
Constructor Summary |
User()
|
ADMIN_ROLE
public static final String ADMIN_ROLE
- See Also:
- Constant Field Values
SEARCHER_ROLE
public static final String SEARCHER_ROLE
- See Also:
- Constant Field Values
MANAGER_ROLE
public static final String MANAGER_ROLE
- See Also:
- Constant Field Values
User
public User()
getName
public String getName()
getEmail
public String getEmail()
getRoles
public Collection<String> getRoles()
hasRole
public boolean hasRole(String role)
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.