Home | History | Annotate | Download | only in auth

Lines Matching defs:principals

79     private final Set<Principal> principals;
91 * credentials and principals with the empty set.
95 principals = new SecureSet<Principal>(_PRINCIPALS);
104 * credentials and principals according to the arguments.
110 * the set of Principals that are attributed to this {@code
126 principals = new SecureSet<Principal>(_PRINCIPALS, subjPrincipals);
288 * Checks two Subjects for equality. More specifically if the principals,
311 if (principals.equals(that.principals)
325 return principals;
341 return ((SecureSet<Principal>) principals).get(c);
400 return principals.hashCode() + privateCredentials.hashCode()
435 Iterator<?> it = principals.iterator();
632 .getClass().getName(), principals));