Package org.wildfly.naming.security
Class SimpleNamePermissions
java.lang.Object
org.wildfly.naming.security.SimpleNamePermissions
A class which supports using
SimpleName instances for permission names.- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanimpliesName(SimpleName myName, SimpleName otherName) Determine whether the first name implies the second name.
-
Method Details
-
impliesName
Determine whether the first name implies the second name.- Parameters:
myName- the first name (must not benull)otherName- the second name (must not benull)- Returns:
trueif the first name implies the second name,falseotherwise
-