| Modifier and Type | Method | Description | 
|---|---|---|
int | 
getLogOutWhenInactiveInterval() | 
 The interval of inactivity after which the computer will log out. 
 | 
Map<String,Object> | 
getProperties() | 
 Returns all properties for an instance of this class. 
 | 
boolean | 
isAutomaticLogin() | 
 Is automatic login allowed? 
 | 
boolean | 
isLogOutWhenInactive() | 
 Will the computer log out when inactive? 
 | 
boolean | 
isRequirePasswordToUnlock() | 
 Is a password required to unlock secure preferences? 
 | 
boolean | 
isRequirePasswordToWake() | 
 Is a password required to wake the computer from sleep or screen saver? 
 | 
boolean | 
isSecureVirtualMemory() | 
 Is secure virtual memory being used? 
 | 
void | 
setAutomaticLogin(boolean automaticLogin) | 
 Is automatic login allowed? 
 | 
void | 
setLogOutWhenInactive(boolean logOutWhenInactive) | 
 Will the computer log out when inactive? 
 | 
void | 
setLogOutWhenInactiveInterval(int logOutWhenInactiveInterval) | 
 The interval of inactivity after which the computer will log out. 
 | 
void | 
setRequirePasswordToUnlock(boolean requirePasswordToUnlock) | 
 Is a password required to unlock secure preferences? 
 | 
void | 
setRequirePasswordToWake(boolean requirePasswordToWake) | 
 Is a password required to wake the computer from sleep or screen saver? 
 | 
void | 
setSecureVirtualMemory(boolean secureVirtualMemory) | 
 Is secure virtual memory being used? 
 | 
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOfstatic final TypeClass CLASS
@Code("aulg") @Kind("property") @Name("automatic login") @Type("boolean") boolean isAutomaticLogin()
@Code("aulg") @Kind("property") @Name("automatic login") @Type("boolean") void setAutomaticLogin(boolean automaticLogin)
automaticLogin - new property value@Code("aclk") @Kind("property") @Name("log out when inactive") @Type("boolean") boolean isLogOutWhenInactive()
@Code("aclk") @Kind("property") @Name("log out when inactive") @Type("boolean") void setLogOutWhenInactive(boolean logOutWhenInactive)
logOutWhenInactive - new property value@Code("acto") @Kind("property") @Name("log out when inactive interval") @Type("integer") int getLogOutWhenInactiveInterval()
@Code("acto") @Kind("property") @Name("log out when inactive interval") @Type("integer") void setLogOutWhenInactiveInterval(int logOutWhenInactiveInterval)
logOutWhenInactiveInterval - new property value@Code("pwul") @Kind("property") @Name("require password to unlock") @Type("boolean") boolean isRequirePasswordToUnlock()
@Code("pwul") @Kind("property") @Name("require password to unlock") @Type("boolean") void setRequirePasswordToUnlock(boolean requirePasswordToUnlock)
requirePasswordToUnlock - new property value@Code("pwwk") @Kind("property") @Name("require password to wake") @Type("boolean") boolean isRequirePasswordToWake()
@Code("pwwk") @Kind("property") @Name("require password to wake") @Type("boolean") void setRequirePasswordToWake(boolean requirePasswordToWake)
requirePasswordToWake - new property value@Code("scvm") @Kind("property") @Name("secure virtual memory") @Type("boolean") boolean isSecureVirtualMemory()
@Code("scvm") @Kind("property") @Name("secure virtual memory") @Type("boolean") void setSecureVirtualMemory(boolean secureVirtualMemory)
secureVirtualMemory - new property value