< prev index next >

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

Print this page

        

*** 320,330 **** * @param subject the {@code Subject} * whose associated Principals, * in conjunction with the provided * {@code CodeSource}, determines the Permissions * returned by this method. This parameter ! * may be {@code null}. <p> * * @param cs the code specified by its {@code CodeSource} * that determines, in conjunction with the provided * {@code Subject}, the Permissions * returned by this method. This parameter may be --- 320,330 ---- * @param subject the {@code Subject} * whose associated Principals, * in conjunction with the provided * {@code CodeSource}, determines the Permissions * returned by this method. This parameter ! * may be {@code null}. * * @param cs the code specified by its {@code CodeSource} * that determines, in conjunction with the provided * {@code Subject}, the Permissions * returned by this method. This parameter may be
< prev index next >