Searched defs:getPrincipals (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthSubject.java46 public Set getPrincipals() { method in class:AuthSubject
H A DAuthContext.java279 Set sops = subject.getPrincipals();
708 Set sop = getSubject().getPrincipals();
730 Set sop = getSubject().getPrincipals();
742 protected Set getPrincipals() { method in class:AuthContext
744 return (getSubject().getPrincipals());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthSubject.java46 public Set getPrincipals() { method in class:AuthSubject
H A DAuthContext.java279 Set sops = subject.getPrincipals();
708 Set sop = getSubject().getPrincipals();
730 Set sop = getSubject().getPrincipals();
742 protected Set getPrincipals() { method in class:AuthContext
744 return (getSubject().getPrincipals());

Completed in 44 milliseconds