Class SimpleNamePermissions

java.lang.Object
org.wildfly.naming.security.SimpleNamePermissions

public final class SimpleNamePermissions extends Object
A class which supports using SimpleName instances for permission names.
Author:
David M. Lloyd
  • Method Details

    • impliesName

      public static boolean impliesName(SimpleName myName, SimpleName otherName)
      Determine whether the first name implies the second name.
      Parameters:
      myName - the first name (must not be null)
      otherName - the second name (must not be null)
      Returns:
      true if the first name implies the second name, false otherwise