Uses of Class
com.soffid.iam.api.AccountStatus
-
Packages that use AccountStatus Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of AccountStatus in com.soffid.iam.api
Fields in com.soffid.iam.api declared as AccountStatus Modifier and Type Field Description static AccountStatusAccountStatus. ACTIVEstatic AccountStatusAccountStatus. ARCHIVEDstatic AccountStatusAccountStatus. DISABLEDstatic AccountStatusAccountStatus. FORCED_ACTIVEstatic AccountStatusAccountStatus. FORCED_DISABLEDstatic AccountStatusAccountStatus. LOCKEDstatic AccountStatusAccountStatus. REMOVEDMethods in com.soffid.iam.api that return AccountStatus Modifier and Type Method Description static AccountStatusAccountStatus. fromString(String value)Creates an instance of AccountStatus fromvalue.AccountStatusAccount. getStatus()Gets value for attribute statusMethods in com.soffid.iam.api with parameters of type AccountStatus Modifier and Type Method Description voidAccount. setStatus(AccountStatus status)Sets value for attribute statusConstructors in com.soffid.iam.api with parameters of type AccountStatus Constructor Description Account(Long id, String system, String name, String oldName, String description, AccountType type, boolean disabled, AccountStatus status, 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, String loginName, LaunchType launchType, String jumpServerGroup, Date created, Calendar lastLogin, Date lastChange, Calendar lastUpdated, Calendar lastPasswordSet, Calendar passwordExpiration, String lockedBy, PasswordValidation passwordStatus, Map<String,Object> attributes, boolean hasSnapshot)UserAccount(Long id, String system, String name, String oldName, String description, AccountType type, boolean disabled, AccountStatus status, 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, String loginName, LaunchType launchType, String jumpServerGroup, Date created, Calendar lastLogin, Date lastChange, Calendar lastUpdated, Calendar lastPasswordSet, Calendar passwordExpiration, String lockedBy, PasswordValidation passwordStatus, Map<String,Object> attributes, boolean hasSnapshot, String user) -
Uses of AccountStatus in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return AccountStatus Modifier and Type Method Description AccountStatusAccount. getStatus()Gets value for attribute statusMethods in es.caib.seycon.ng.comu with parameters of type AccountStatus Modifier and Type Method Description voidAccount. setStatus(AccountStatus status)Sets value for attribute statusConstructors in es.caib.seycon.ng.comu with parameters of type AccountStatus Constructor Description Account(Long id, String dispatcher, String name, String oldName, String description, AccountType type, boolean disabled, AccountStatus status, 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, String loginName, LaunchType launchType, String jumpServerGroup, Date created, Calendar lastLogin, Date lastChange, Calendar lastUpdated, Calendar lastPasswordSet, Calendar passwordExpiration, String lockedBy, PasswordValidation passwordStatus, Map<String,Object> attributes, boolean hasSnapshot)UserAccount(Long id, String dispatcher, String name, String oldName, String description, AccountType type, boolean disabled, AccountStatus status, 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, String loginName, LaunchType launchType, String jumpServerGroup, Date created, Calendar lastLogin, Date lastChange, Calendar lastUpdated, Calendar lastPasswordSet, Calendar passwordExpiration, String lockedBy, PasswordValidation passwordStatus, Map<String,Object> attributes, boolean hasSnapshot, String user)
-