mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8296244: Alternate implementation of user-based authorization Subject APIs that doesn’t depend on Security Manager APIs
Reviewed-by: mullan
This commit is contained in:
parent
000f4d8d15
commit
d32746ef4a
17 changed files with 591 additions and 141 deletions
|
@ -2690,6 +2690,11 @@ public final class System {
|
|||
public boolean bytesCompatible(String string, Charset charset) {
|
||||
return string.bytesCompatible(charset);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean allowSecurityManager() {
|
||||
return System.allowSecurityManager();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue