Index
ValueObject com.soffid.iam.api.Account
Attributes
-
id java.lang.Long
Optional
-
system java.lang.String
Required System where the acounts lives
-
name java.lang.String
Required Account name
-
oldName java.lang.String
Optional Old account name
-
description java.lang.String
Optional Account description
-
type es.caib.seycon.ng.comu.AccountType
Required Account type
-
disabled boolean
Required True if the account is disabled. Better use status attribute
-
status com.soffid.iam.api.AccountStatus
Optional Account status: active / disabled / removed
-
passwordPolicy java.lang.String
Required Account's user type. It is directly bound to a password policy depending on the system's password domain
-
ownerGroups java.util.Collection<
java.lang.String
>
Optional Groups that can manage the account using SSO & Self Service & Console
-
ownerUsers java.util.Collection<
java.lang.String
>
Optional Users that can use the account using SSO & Self Service & Console
-
ownerRoles java.util.Collection<
java.lang.String
>
Optional Roles that can use the account using SSO & Self Service & Console
-
managerGroups java.util.Collection<
java.lang.String
>
Optional Groups that can use the account using SSO & Self Service
-
managerUsers java.util.Collection<
java.lang.String
>
Optional Users that can use the account using SSO & Self Service
-
managerRoles java.util.Collection<
java.lang.String
>
Optional Roles that can use the account using SSO & Self Service
-
grantedGroups java.util.Collection<
java.lang.String
>
Optional Groups that can use the account using SSO
-
grantedUsers java.util.Collection<
java.lang.String
>
Optional Users that can use the account using SSO
-
grantedRoles java.util.Collection<
java.lang.String
>
Optional Roles that can use the account using SSO
-
accessLevel es.caib.seycon.ng.comu.AccountAccessLevelEnum
Optional Read only attribute. Access level. See access level constants
-
serverType java.lang.String
Optional Server type for password synchronization
-
serverName java.lang.String
Optional Server name. Used for SSO accounts
-
sshPublicKey java.lang.String
Optional Ssh public key
-
vaultFolderId java.lang.Long
Optional
-
vaultFolder java.lang.String
Optional
-
inheritNewPermissions boolean
Required
-
loginUrl java.lang.String
Optional Login URL
-
loginName java.lang.String
Optional Login name. Used for SSO accounts
-
launchType com.soffid.iam.api.LaunchType
Optional
-
jumpServerGroup java.lang.String
Optional
-
created java.util.Date
Optional Creation date
-
lastLogin java.util.Calendar
Optional Time stamp when the account was last used on target system
-
lastChange java.util.Date
Optional Last change in soffid database
-
lastUpdated java.util.Calendar
Optional Time stamp when the account was last updated on target system
-
lastPasswordSet java.util.Calendar
Optional Time stamp when the password was last set on target system
-
passwordExpiration java.util.Calendar
Optional Time stamp when the password is expected to expire on target system
-
lockedBy java.lang.String
Optional Current user that is using this privileged account. Does not apply for other accounts
-
passwordStatus com.soffid.iam.api.PasswordValidation
Optional
-
attributes java.util.Map
Optional Account attributes
-
hasSnapshot boolean
Required True if there is an snapshot for delta changes
Methods
Related entities