Home | History | Annotate | Download | only in auth

Lines Matching defs:principals

77     private final Set<Principal> principals;
89 * credentials and principals with the empty set.
92 principals = new SecureSet<Principal>(_PRINCIPALS);
101 * credentials and principals according to the arguments.
107 * the set of Principals that are attributed to this {@code
123 principals = new SecureSet<Principal>(_PRINCIPALS, subjPrincipals);
272 * Checks two Subjects for equality. More specifically if the principals,
295 if (principals.equals(that.principals)
309 return principals;
325 return ((SecureSet<Principal>) principals).get(c);
384 return principals.hashCode() + privateCredentials.hashCode()
416 Iterator<?> it = principals.iterator();