Uses of Class
com.storedobject.core.SystemUser
Packages that use SystemUser
Package
Description
-
Uses of SystemUser in com.storedobject.ai
Methods in com.storedobject.ai with parameters of type SystemUserModifier and TypeMethodDescriptionbooleanTopic.casAccess(SystemUser user) Determines whether the specifiedSystemUserhas access to the topic.static ObjectIterator<Topic> Topic.list(SystemUser user) Retrieves an iterator ofTopicobjects that the specifiedSystemUserhas access to. -
Uses of SystemUser in com.storedobject.core
Methods in com.storedobject.core that return SystemUserModifier and TypeMethodDescriptionUserRegistrationConfiguration.createUser(int otpEmail, int otpSMS) protected SystemUserMemo.escalating()This method is invoked when a memo is escalated to another level.static SystemUserRetrieves the actor associated with a specific action.static SystemUserUserAction.getActor(StoredObject so, String action) Retrieves the system user who is the actor associated with a specific action for a stored object.MemoComment.getCommentedBy()MemoComment.getEnteredBy()static SystemUserMemo.getInitiatedBy()Memo.getLastCommentBy()ObjectPermissionUser.getLogin()PseudoTranApproval.getLogin()WebBiometric.getLogin()AutoLogin.getSystemUser()UserAction.getSystemUser()Retrieves the related SystemUser instance associated with this UserAction.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 SystemUserApplicationServer.verifyLoginBlock(String loginBlock) static SystemUserApplicationServer.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 TypeMethodDescriptionvoidMemoComment.approveMemo(Transaction transaction, String approvalText, SystemUser forwardTo) voidMemoComment.assignAssistant(Transaction transaction, SystemUser assistant) booleanMemoComment.canApprove(SystemUser su) booleanMemoComment.canClose(SystemUser su) booleanMemoComment.canComment(SystemUser su) booleanMemoComment.canEdit(SystemUser su) booleanMemoComment.canEditSubject(SystemUser su) booleanMemo.canEscalate(SystemUser su) booleanMemoComment.canEscalate(SystemUser su) booleanMemoComment.canForward(SystemUser su) booleanMemoComment.canRecall(SystemUser su) booleanMemo.canReopen(SystemUser su) booleanMemoComment.canReopen(SystemUser su) booleanMemoComment.canReturn(SystemUser su) booleanMemoComment.canReturnToInitiator(SystemUser su) static AutoLoginAutoLogin.createLogin4JWT(TransactionManager tm, SystemUser su, String clientId, boolean signed) Creates a new AutoLogin instance for issuing JSON Web Tokens (JWTs).static InputStreamSecret.decrypt(InputStream encryptedStream, int keyIndex, SystemUser user) Decrypt the encrypted stream.static voidSecret.decrypt(InputStream encryptedStream, OutputStream clearStream, int keyIndex, SystemUser user) Decrypt an encrypted stream and write it to an output stream.static StringSecret.decrypt(String data, int keyIndex, SystemUser user) Decrypt data.static voidSecret.encrypt(InputStream clearStream, OutputStream encryptedStream, int keyIndex, SystemUser user) Encrypt a clear stream and write it to an output stream.static OutputStreamSecret.encrypt(OutputStream clearStream, int keyIndex, SystemUser user) Encrypt the encrypted stream.static StringSecret.encrypt(String data, int keyIndex, SystemUser user) Encrypt data.voidMemoComment.forwardMemo(Transaction transaction, String comment, SystemUser to) static APITokenAPIToken.get(String purpose, SystemUser user) Retrieves anAPITokenthat matches the given purpose and is associated with the specifiedSystemUseror their groups.static ObjectPermissionObjectPermission.get(SystemUser user, Class<? extends StoredObject> objectClass) static SignatureSignature.get(SystemUser user) static UserActionUserAction.get(SystemUser user, UIAction action) Retrieves a UserAction object based on the specified SystemUser and UIAction.static UserActionUserAction.get(SystemUser user, String action) Retrieves a UserAction based on the given SystemUser and action.static WebBiometricWebBiometric.get(SystemUser user, Id id) default SystemEntityDevice.getDefaultEntity(SystemUser user) static QueryStoredObjectUtility.getTransactionLog(SystemUser su, Timestamp from, Timestamp to) booleanSystemUserGroup.isMember(SystemUser user) booleanMemo.isMine(SystemUser su) booleanMemoComment.isMine(SystemUser su) booleanMemoComment.isMyMemo(SystemUser su) booleanLoginMessage.isReadBy(SystemUser user) booleanLoginMessage.isSentBy(SystemUser user) static ObjectIterator<WebBiometric> WebBiometric.list(SystemUser user) static ObjectIterator<WebBiometric> WebBiometric.listDisabled(SystemUser user) static ObjectIterator<AutoLogin> AutoLogin.listLogin4JWT(SystemUser su) Retrieves an iterator of AutoLogin objects associated with the provided SystemUser where the login method is specifically configured for JWT (LoginMethod = 0).default voidAuthenticator.locked(SystemUser passwordOwner) This method is invoked when a user is locked because of invalid login attempts.default voidAuthenticator.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) voidMemoComment.setCommentedBy(SystemUser commentedBy) voidMemoComment.setEnteredBy(SystemUser enteredBy) voidObjectPermissionUser.setLogin(SystemUser login) voidPseudoTranApproval.setLogin(SystemUser login) voidWebBiometric.setLogin(SystemUser login) voidAutoLogin.setSystemUser(SystemUser systemUser) voidUserAction.setSystemUser(SystemUser user) Sets the system user for this UserAction instance.voidUserRegistrationConfiguration.setSystemUser(SystemUser systemUser) voidIdentityCheck.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 voidAuthenticator.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 SystemUserSystemUserEditor.createObjectInstance()protected SystemUserMemoSystem.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 booleanMemoSystem.filterWho(SystemUser who) protected voidMemoSystem.forwardMemo(MemoComment mc, SystemUser to) protected StringMemoSystem.whoName(SystemUser who) -
Uses of SystemUser in com.storedobject.ui.support
Methods in com.storedobject.ui.support with parameters of type SystemUserModifier and TypeMethodDescriptionprotected booleanSupportSystem.filterWho(SystemUser who) protected StringSupportSystem.whoName(SystemUser who) -
Uses of SystemUser in com.storedobject.ui.tools
Methods in com.storedobject.ui.tools with parameters of type SystemUserModifier and TypeMethodDescriptionprotected StringAbstractUserForm.actionWarning(SystemUser su) protected StringLockUser.actionWarning(SystemUser su) protected abstract booleanAbstractUserForm.processUser(SystemUser user) protected booleanLockUser.processUser(SystemUser user) protected booleanManageJWT.processUser(SystemUser user) protected booleanResetPassword.processUser(SystemUser user) protected booleanUnlockUser.processUser(SystemUser user) voidBiometricButton.setUser(SystemUser user) Constructors in com.storedobject.ui.tools with parameters of type SystemUserModifierConstructorDescriptionBiometricRegistration(SystemUser user, Consumer<Boolean> consumer) protectedprotectedChangePassword(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.crm
Methods in com.storedobjects.crm that return SystemUserMethods in com.storedobjects.crm with parameters of type SystemUser -
Uses of SystemUser in com.storedobjects.support
Methods in com.storedobjects.support that return SystemUserModifier and TypeMethodDescriptionprotected SystemUserIssue.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 TypeMethodDescriptionbooleanIssue.canEscalate(SystemUser su) booleanIssue.canReopen(SystemUser su) static SupportPersonSupportPerson.getFor(SystemUser systemUser) voidSupportPerson.setPerson(SystemUser person) voidSupportUser.setSupportUser(SystemUser supportUser)