public class UserInfo extends Object
Constructor and Description |
---|
UserInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getLockReasonKey() |
boolean |
isLocked() |
boolean |
isLockedForServicesOperations() |
void |
setLocked(boolean locked) |
void |
setLockedForServicesOperations(boolean lockedForServicesOperations) |
void |
setLockReasonKey(String lockReasonKey) |
public boolean isLocked()
true
if the user is locked, false
if the user is not locked.public void setLocked(boolean locked)
public String getLockReasonKey()
null
if the user is not locked.public void setLockReasonKey(String lockReasonKey)
public boolean isLockedForServicesOperations()
true
if the user is locked for services operations (e.g. Offline Scenarios or Verify Pin), false
if the user is not locked for services operations.public void setLockedForServicesOperations(boolean lockedForServicesOperations)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.