public interface IRoleContainer
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsRoleID(String sRoleID)
Check if the passed role is contained in this container.
|
Set<String> |
getAllContainedRoleIDs() |
int |
getContainedRoleCount() |
boolean |
hasContainedRoles() |
boolean hasContainedRoles()
true if at least one role is contained,
false otherwise.@Nonnegative int getContainedRoleCount()
@Nonnull @ReturnsMutableCopy Set<String> getAllContainedRoleIDs()
nullbut maybe empty set of all assigned role
IDs.boolean containsRoleID(String sRoleID)
sRoleID - The role ID to check. May be null.true if the role is contained in this container,
false otherwise.Copyright © 2014–2015 Philip Helger. All rights reserved.