Subject.principals

A {@code Set} that provides a view of all of this Subject's Principals

<p>

@serial Each element in this set is a {@code java.security.Principal}. The set is a {@code Subject.SecureSet}.

class Subject
Set!Principal principals;

Meta