Package org.wildfly.security.authz
Class MappedRoles
- java.lang.Object
-
- org.wildfly.security.authz.MappedRoles
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(String roleName)
Determine if this collection contains the given role name.Iterator<String>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.security.authz.Roles
addPrefix, addSuffix, and, containsAll, containsAny, isEmpty, minus, or, spliterator, xor
-
-