public interface UserRoleResolver
Title: Interface for pluggeable isUserInRole resolution.
Description:
Copyright: Copyright (c) 2004
Company: Jahia Ltd
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUserInRole(Map context,
Principal user,
String roleName)
Tests if the user is part of a role
|
boolean isUserInRole(Map context, Principal user, String roleName)
context - Map a context map object for passing context information,
whatever it might be.user - Principal the user to testroleName - String the role name to test the userCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.