Uses of Class
com.soffid.iam.base.api.AccountStatus
Packages that use AccountStatus
-
Uses of AccountStatus in com.soffid.iam.base.api
Fields in com.soffid.iam.base.api declared as AccountStatusModifier and TypeFieldDescriptionstatic final AccountStatusAccountStatus.ACTIVEstatic final AccountStatusAccountStatus.ARCHIVEDstatic final AccountStatusAccountStatus.DISABLEDstatic final AccountStatusAccountStatus.FORCED_ACTIVEstatic final AccountStatusAccountStatus.FORCED_DISABLEDstatic final AccountStatusAccountStatus.LOCKEDstatic final AccountStatusAccountStatus.REMOVEDMethods in com.soffid.iam.base.api that return AccountStatusModifier and TypeMethodDescriptionstatic AccountStatusAccountStatus.fromString(String value) Creates an instance of AccountStatus fromvalue.AbstractAccount.getStatus()Gets value for attribute statusMethods in com.soffid.iam.base.api with parameters of type AccountStatusModifier and TypeMethodDescriptionvoidAbstractAccount.setStatus(AccountStatus status) Sets value for attribute statusConstructors in com.soffid.iam.base.api with parameters of type AccountStatusModifierConstructorDescriptionAbstractAccount(Long id, String system, String name, String key, String oldName, String loginName, String description, AccountType type, boolean disabled, AccountStatus status, CredentialTypeEnum credentialType, String passwordPolicy, Collection<String> ownerGroups, Collection<String> ownerUsers, Collection<String> ownerRoles, Collection<String> managerGroups, Collection<String> managerUsers, Collection<String> managerRoles, Collection<String> grantedGroups, Collection<String> grantedUsers, Collection<String> grantedRoles, AccountAccessLevelEnum accessLevel, String serverType, String serverName, String sshPublicKey, Long vaultFolderId, String vaultFolder, boolean inheritNewPermissions, String loginUrl, LaunchType launchType, String jumpServerGroup, String externalId, Calendar lastLogin, Calendar lastUpdated, Calendar lastPasswordSet, Calendar passwordExpiration, String lockedBy, PasswordValidation passwordStatus, Date created, Date lastChange, Map<String, Object> attributes, boolean hasSnapshot, String createdBy, String updatedBy, Date deletedOn, String deletedBy, Boolean deleted) Account(Long id, String system, String name, String key, String oldName, String loginName, String description, AccountType type, boolean disabled, AccountStatus status, CredentialTypeEnum credentialType, String passwordPolicy, Collection<String> ownerGroups, Collection<String> ownerUsers, Collection<String> ownerRoles, Collection<String> managerGroups, Collection<String> managerUsers, Collection<String> managerRoles, Collection<String> grantedGroups, Collection<String> grantedUsers, Collection<String> grantedRoles, AccountAccessLevelEnum accessLevel, String serverType, String serverName, String sshPublicKey, Long vaultFolderId, String vaultFolder, boolean inheritNewPermissions, String loginUrl, LaunchType launchType, String jumpServerGroup, String externalId, Calendar lastLogin, Calendar lastUpdated, Calendar lastPasswordSet, Calendar passwordExpiration, String lockedBy, PasswordValidation passwordStatus, Date created, Date lastChange, Map<String, Object> attributes, boolean hasSnapshot, String createdBy, String updatedBy, Date deletedOn, String deletedBy, Boolean deleted) UserAccount(Long id, String system, String name, String key, String oldName, String loginName, String description, AccountType type, boolean disabled, AccountStatus status, CredentialTypeEnum credentialType, String passwordPolicy, Collection<String> ownerGroups, Collection<String> ownerUsers, Collection<String> ownerRoles, Collection<String> managerGroups, Collection<String> managerUsers, Collection<String> managerRoles, Collection<String> grantedGroups, Collection<String> grantedUsers, Collection<String> grantedRoles, AccountAccessLevelEnum accessLevel, String serverType, String serverName, String sshPublicKey, Long vaultFolderId, String vaultFolder, boolean inheritNewPermissions, String loginUrl, LaunchType launchType, String jumpServerGroup, String externalId, Calendar lastLogin, Calendar lastUpdated, Calendar lastPasswordSet, Calendar passwordExpiration, String lockedBy, PasswordValidation passwordStatus, Date created, Date lastChange, Map<String, Object> attributes, boolean hasSnapshot, String createdBy, String updatedBy, Date deletedOn, String deletedBy, Boolean deleted, String user, Date createdOn)