< prev index next >

src/java.base/share/classes/javax/security/auth/PrivateCredentialPermission.java

Print this page

        

*** 98,107 **** --- 98,108 ---- * The above grants access to the private Credential, "a.b.Credential", * belonging to a {@code Subject} with at least two associated Principals: * "a.b.Principal" with the name, "duke", and "c.d.Principal", with the name, * "dukette". * + * @since 1.4 */ public final class PrivateCredentialPermission extends Permission { private static final long serialVersionUID = 5284372143517237068L;
< prev index next >