JwsContext.isCallerInRole(String) Method
Returns true if the authenticated principal is within the specified security role.
public boolean isCallerInRole(String roleName)
roleName
The name of the security role against which to check the authenticated principal.
true if the authenticated principal is in the security role; otherwise false.
None.
None.