Uses of Class
com.storedobject.core.SystemUser
Packages that use SystemUser
Package
Description
-
Uses of SystemUser in com.storedobject.core
Methods in com.storedobject.core that return SystemUserModifier and TypeMethodDescriptionUserRegistrationConfiguration.createUser
(int otpEmail, int otpSMS) protected SystemUser
Memo.escalating()
This method is invoked when a memo is escalated to another level.static SystemUser
MemoComment.getCommentedBy()
MemoComment.getEnteredBy()
static SystemUser
Memo.getInitiatedBy()
Memo.getLastCommentBy()
ObjectPermissionUser.getLogin()
PseudoTranApproval.getLogin()
WebBiometric.getLogin()
AutoLogin.getSystemUser()
UserRegistrationConfiguration.getSystemUser()
AuditTrail.getUser()
Get the user who created this transaction.IdentityCheck.getUser()
Get the user to identify.TransactionInformation.getUser()
Get the user who created this transaction.TransactionManager.getUser()
StoredObject.user()
Get the system user who created/edited this object lately.static SystemUser
ApplicationServer.verifyLoginBlock
(String loginBlock) static SystemUser
ApplicationServer.verifyLoginBlock
(String loginBlock, Device device) Methods in com.storedobject.core that return types with arguments of type SystemUserModifier and TypeMethodDescriptionstatic ObjectIterator
<SystemUser> Memo.listApprovers()
final Set
<SystemUser> Memo.listApprovers
(SystemEntity forEntity) Memo.listCommenters()
final Set
<SystemUser> Memo.listCommenters
(SystemEntity forEntity) SystemUserGroup.listUsers()
Methods in com.storedobject.core with parameters of type SystemUserModifier and TypeMethodDescriptionvoid
MemoComment.approveMemo
(Transaction transaction, String approvalText, SystemUser forwardTo) void
MemoComment.assignAssistant
(Transaction transaction, SystemUser assistant) boolean
MemoComment.canApprove
(SystemUser su) boolean
MemoComment.canClose
(SystemUser su) boolean
MemoComment.canComment
(SystemUser su) boolean
MemoComment.canEdit
(SystemUser su) boolean
MemoComment.canEditSubject
(SystemUser su) boolean
Memo.canEscalate
(SystemUser su) boolean
MemoComment.canEscalate
(SystemUser su) boolean
MemoComment.canForward
(SystemUser su) boolean
MemoComment.canRecall
(SystemUser su) boolean
Memo.canReopen
(SystemUser su) boolean
MemoComment.canReopen
(SystemUser su) boolean
MemoComment.canReturn
(SystemUser su) boolean
MemoComment.canReturnToInitiator
(SystemUser su) static InputStream
Secret.decrypt
(InputStream encryptedStream, int keyIndex, SystemUser user) Decrypt the encrypted stream.static void
Secret.decrypt
(InputStream encryptedStream, OutputStream clearStream, int keyIndex, SystemUser user) Decrypt an encrypted stream and write it to an output stream.static String
Secret.decrypt
(String data, int keyIndex, SystemUser user) Decrypt data.static void
Secret.encrypt
(InputStream clearStream, OutputStream encryptedStream, int keyIndex, SystemUser user) Encrypt a clear stream and write it to an output stream.static OutputStream
Secret.encrypt
(OutputStream clearStream, int keyIndex, SystemUser user) Encrypt the encrypted stream.static String
Secret.encrypt
(String data, int keyIndex, SystemUser user) Encrypt data.void
MemoComment.forwardMemo
(Transaction transaction, String comment, SystemUser to) static ObjectPermission
ObjectPermission.get
(SystemUser user, Class<? extends StoredObject> objectClass) static Signature
Signature.get
(SystemUser user) static WebBiometric
WebBiometric.get
(SystemUser user, Id id) default SystemEntity
Device.getDefaultEntity
(SystemUser user) static Query
StoredObjectUtility.getTransactionLog
(SystemUser su, Timestamp from, Timestamp to) boolean
SystemUserGroup.isMember
(SystemUser user) boolean
Memo.isMine
(SystemUser su) boolean
MemoComment.isMine
(SystemUser su) boolean
MemoComment.isMyMemo
(SystemUser su) boolean
LoginMessage.isReadBy
(SystemUser user) boolean
LoginMessage.isSentBy
(SystemUser user) static ObjectIterator
<WebBiometric> WebBiometric.list
(SystemUser user) static ObjectIterator
<WebBiometric> WebBiometric.listDisabled
(SystemUser user) default void
Authenticator.locked
(SystemUser passwordOwner) This method is invoked when a user is locked because of invalid login attempts.default void
Authenticator.loginFailed
(SystemUser passwordOwner, String user, String ip, String deviceIdentifier) This method is invoked when a user fails to log in.ApplicationServer.populateMenu
(ApplicationMenu menu, SystemUser menuUser) Memo.save
(Transaction transaction, String content, SystemUser enteredFor) void
MemoComment.setCommentedBy
(SystemUser commentedBy) void
MemoComment.setEnteredBy
(SystemUser enteredBy) void
ObjectPermissionUser.setLogin
(SystemUser login) void
PseudoTranApproval.setLogin
(SystemUser login) void
WebBiometric.setLogin
(SystemUser login) void
AutoLogin.setSystemUser
(SystemUser systemUser) void
UserRegistrationConfiguration.setSystemUser
(SystemUser systemUser) void
IdentityCheck.setUser
(SystemUser user) Set the user to identify.Money.toString
(boolean showSymbol, boolean tagDebit, SystemUser forUser) Create the formatted representation of the amount value with appropriate decimals places.Money.toString
(boolean showSymbol, SystemUser forUser) Create the formatted representation of the amount value with appropriate decimals places.Money.toString
(SystemUser forUser) Create the formatted representation of the amount value with appropriate decimals places.default void
Authenticator.unlocked
(SystemUser passwordOwner) This method is invoked when a locked user is unlocked.Money.words
(SystemUser forUser) Get the currency amount in words.Money.words
(SystemUser forUser, boolean camelCase) Get the currency amount in words. -
Uses of SystemUser in com.storedobject.core.converter
Methods in com.storedobject.core.converter with parameters of type SystemUserModifier and TypeMethodDescriptionMoneyValueConverter.format
(Object value, SystemUser forUser) ValueConverter.format
(Object value, SystemUser forUser) -
Uses of SystemUser in com.storedobject.job
Methods in com.storedobject.job that return types with arguments of type SystemUser -
Uses of SystemUser in com.storedobject.pdf
Methods in com.storedobject.pdf that return SystemUser -
Uses of SystemUser in com.storedobject.tools
Methods in com.storedobject.tools with parameters of type SystemUser -
Uses of SystemUser in com.storedobject.ui
Constructor parameters in com.storedobject.ui with type arguments of type SystemUserModifierConstructorDescriptionUserField
(ObjectInput<SystemUser> field) UserField
(Class<SystemUser> objectClass) UserField
(Iterable<SystemUser> list) UserField
(String label, ObjectInput<SystemUser> field) UserField
(String label, Class<SystemUser> objectClass) UserField
(String label, Class<SystemUser> objectClass, ObjectField.Type type) UserField
(String label, Iterable<SystemUser> list) UserField
(String label, List<SystemUser> list) UserField
(List<SystemUser> list) -
Uses of SystemUser in com.storedobject.ui.common
Methods in com.storedobject.ui.common that return SystemUserModifier and TypeMethodDescriptionprotected SystemUser
SystemUserEditor.createObjectInstance()
protected SystemUser
MemoSystem.getUser()
Methods in com.storedobject.ui.common that return types with arguments of type SystemUserModifier and TypeMethodDescriptionprotected ObjectEditor
<SystemUser> RestrictedSystemUserBrowser.createObjectEditor()
Methods in com.storedobject.ui.common with parameters of type SystemUserModifier and TypeMethodDescriptionprotected boolean
MemoSystem.filterWho
(SystemUser who) protected String
MemoSystem.whoName
(SystemUser who) -
Uses of SystemUser in com.storedobject.ui.support
Methods in com.storedobject.ui.support with parameters of type SystemUserModifier and TypeMethodDescriptionprotected boolean
SupportSystem.filterWho
(SystemUser who) protected String
SupportSystem.whoName
(SystemUser who) -
Uses of SystemUser in com.storedobject.ui.tools
Methods in com.storedobject.ui.tools with parameters of type SystemUserModifier and TypeMethodDescriptionprotected String
AbstractUserForm.actionWarning
(SystemUser su) protected String
LockUser.actionWarning
(SystemUser su) protected abstract boolean
AbstractUserForm.processUser
(SystemUser user) protected boolean
LockUser.processUser
(SystemUser user) protected boolean
ResetPassword.processUser
(SystemUser user) protected boolean
UnlockUser.processUser
(SystemUser user) void
BiometricButton.setUser
(SystemUser user) Constructors in com.storedobject.ui.tools with parameters of type SystemUserModifierConstructorDescriptionBiometricRegistration
(SystemUser user, Consumer<Boolean> consumer) protected
protected
ChangePassword
(SystemUser su, String caption) -
Uses of SystemUser in com.storedobject.ui.util
Constructors in com.storedobject.ui.util with parameters of type SystemUser -
Uses of SystemUser in com.storedobjects.support
Methods in com.storedobjects.support that return SystemUserModifier and TypeMethodDescriptionprotected SystemUser
Issue.escalating()
SupportPerson.getPerson()
SupportUser.getSupportUser()
Methods in com.storedobjects.support that return types with arguments of type SystemUserModifier and TypeMethodDescriptionIssue.listApprovers()
Issue.listCommenters()
Organization.listUsers()
Methods in com.storedobjects.support with parameters of type SystemUserModifier and TypeMethodDescriptionboolean
Issue.canEscalate
(SystemUser su) boolean
Issue.canReopen
(SystemUser su) static SupportPerson
SupportPerson.getFor
(SystemUser systemUser) void
SupportPerson.setPerson
(SystemUser person) void
SupportUser.setSupportUser
(SystemUser supportUser)