Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getSecurityManager
Method
getSecurityManager
classpath/java/lang/System.java:126–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
126
public
static
SecurityManager getSecurityManager() {
127
return
securityManager;
128
}
129
130
public
static
void
setSecurityManager(SecurityManager securityManager) {
131
System.securityManager = securityManager;
Callers
1
getenv
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected