public interface Group extends Principal
请注意,Group扩展了Principal。 因此,可以将Principal或Group作为参数传递给包含Principal参数的方法。 例如,您可以通过调用对象的addMember方法,将Principal或Group传递给Group对象,将Principal或Group添加到Group对象。
addMember
boolean
addMember(Principal user)
isMember(Principal member)
Enumeration<? extends Principal>
members()
removeMember(Principal user)
equals, getName, hashCode, implies, toString
boolean addMember(Principal user)
user
boolean removeMember(Principal user)
boolean isMember(Principal member)
member
Enumeration<? extends Principal> members()