org.cruxframework.crux.core.client.permission
Interface RoleManager

All Known Implementing Classes:
DefaultRoleManager

public interface RoleManager

Handle all user role verifications.

Author:
Thiago da Rosa de Bustamante

Method Summary
 boolean hasRole(String role)
          Return true if the current user has the given role associated to him
 

Method Detail

hasRole

boolean hasRole(String role)
Return true if the current user has the given role associated to him

Parameters:
role -
Returns:


Copyright © 2014. All rights reserved.