public interface IPrincipalInRole
Modifier and Type | Method and Description |
---|---|
boolean |
isInRole(IRole role)
Indicates whether the principal is part of the specified role.
|
boolean isInRole(IRole role) throws java.lang.Exception
role
- the role to check.java.lang.Exception