public interface Group
extends java.security.Principal
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.
Copyright © Cloud Software Group, Inc. All rights reserved