public static interface RequestContext.Builder.IsUserInRoleDelegate
Modifier and Type | Method and Description |
---|---|
boolean |
isUserInRole(String role)
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
|
boolean isUserInRole(String role)
role
- a String specifying the name of the role.Copyright © 2012–2018 Oracle Corporation. All rights reserved.