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
127 principals = new SecureSet<Principal>(_PRINCIPALS, subjPrincipals);
276 * Checks two Subjects for equality. More specifically if the principals,
299 if (principals.equals(that.principals)
313 return principals;
329 return ((SecureSet<Principal>) principals).get(c);
388 return principals.hashCode() + privateCredentials.hashCode()
420 Iterator<?> it = principals.iterator();