@Service @Singleton public class SecurityServicesUtil extends Object
| Constructor and Description |
|---|
SecurityServicesUtil() |
| Modifier and Type | Method and Description |
|---|---|
AuditManager |
getAuditManager() |
CallbackHandler |
getCallbackHandler() |
org.glassfish.hk2.api.ServiceLocator |
getHabitat()
write the new secure seed to the secure.seed file to speed up
startup the next time the server is started.
|
static SecurityServicesUtil |
getInstance() |
ProcessEnvironment |
getProcessEnv() |
boolean |
isACC() |
boolean |
isNotServerOrACC() |
boolean |
isServer() |
void |
setCallbackHandler(CallbackHandler callbackHandler) |
public org.glassfish.hk2.api.ServiceLocator getHabitat()
fname - secure.seed fileseed - seed the value of the 8 byte seed.public AuditManager getAuditManager()
public static SecurityServicesUtil getInstance()
public ProcessEnvironment getProcessEnv()
public boolean isACC()
public boolean isServer()
public boolean isNotServerOrACC()
public CallbackHandler getCallbackHandler()
public void setCallbackHandler(CallbackHandler callbackHandler)
Copyright © 2017. All rights reserved.