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 AccountStatus
AccountStatus. ACTIVE
static AccountStatus
AccountStatus. ARCHIVED
static AccountStatus
AccountStatus. DISABLED
static AccountStatus
AccountStatus. FORCED_ACTIVE
static AccountStatus
AccountStatus. FORCED_DISABLED
static AccountStatus
AccountStatus. LOCKED
static AccountStatus
AccountStatus. REMOVED
Methods in com.soffid.iam.api that return AccountStatus Modifier and Type Method Description static AccountStatus
AccountStatus. fromString(String value)
Creates an instance of AccountStatus fromvalue
.AccountStatus
Account. getStatus()
Gets value for attribute statusMethods in com.soffid.iam.api with parameters of type AccountStatus Modifier and Type Method Description void
Account. 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 AccountStatus
Account. getStatus()
Gets value for attribute statusMethods in es.caib.seycon.ng.comu with parameters of type AccountStatus Modifier and Type Method Description void
Account. 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)
-