Interface Group

  • All Superinterfaces:
    java.security.Principal

    public interface Group
    extends java.security.Principal
    An object implementing this interface is used to pass group related information into the EMS server. The server inspects such objects and adds them as EMS groups.

    This is illustrated in the LDAPGroupUserAuthentication.java JAAS module.

    Note that EMS used to rely on the java.security.acl.Group interface for the same purpose but that this interface was removed from Java 14, which is why it has been replaced by the present interface.

    Since:
    10.2
    • Method Summary

      • Methods inherited from interface java.security.Principal

        equals, getName, hashCode, implies, toString