18 lines
676 B
Plaintext
18 lines
676 B
Plaintext
/* ===========================================================================
|
|
* Licensed Materials - Property of IBM
|
|
*
|
|
* (C) Copyright IBM Corp. 2000 All Rights Reserved.
|
|
*
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
* ===========================================================================
|
|
*/
|
|
|
|
/**** CodeSource-based policy file for JAAS HelloWorld ****/
|
|
|
|
grant {
|
|
permission javax.security.auth.AuthPermission "createLoginContext";
|
|
permission javax.security.auth.AuthPermission "modifyPrincipals";
|
|
permission javax.security.auth.AuthPermission "doAsPrivileged";
|
|
};
|