public final class SimpleNamePermissions extends Object
SimpleName
instances for permission names.Modifier and Type | Method and Description |
---|---|
static boolean |
impliesName(SimpleName myName,
SimpleName otherName)
Determine whether the first name implies the second name.
|
public static boolean impliesName(SimpleName myName, SimpleName otherName)
myName
- the first name (must not be null
)otherName
- the second name (must not be null
)true
if the first name implies the second name, false
otherwiseCopyright © 2017 JBoss by Red Hat. All rights reserved.