src/share/classes/com/sun/security/auth/PrincipalComparator.java

Print this page

        

*** 48,57 **** --- 48,58 ---- * or both at the same time. * * @see java.security.Principal * @see javax.security.auth.Subject */ + @jdk.Supported public interface PrincipalComparator { /** * Check if the specified <code>Subject</code> is implied by * this object. *