Uses of Class
es.caib.seycon.ng.comu.AccountAccessLevelEnum
-
-
Uses of AccountAccessLevelEnum in com.soffid.iam.api
Methods in com.soffid.iam.api that return AccountAccessLevelEnum Modifier and Type Method Description AccountAccessLevelEnumAccount. getAccessLevel()Gets value for attribute accessLevelAccountAccessLevelEnumVaultFolder. getAccessLevel()Gets value for attribute accessLevelAccountAccessLevelEnumAccountHistory. getLevel()Gets value for attribute levelMethods in com.soffid.iam.api that return types with arguments of type AccountAccessLevelEnum Modifier and Type Method Description Vector<AccountAccessLevelEnum>VaultFolderAccountPermissions. getPermissions()Gets value for attribute permissionsMethods in com.soffid.iam.api with parameters of type AccountAccessLevelEnum Modifier and Type Method Description voidAccount. setAccessLevel(AccountAccessLevelEnum accessLevel)Sets value for attribute accessLevelvoidVaultFolder. setAccessLevel(AccountAccessLevelEnum accessLevel)Sets value for attribute accessLevelvoidAccountHistory. setLevel(AccountAccessLevelEnum level)Sets value for attribute levelMethod parameters in com.soffid.iam.api with type arguments of type AccountAccessLevelEnum Modifier and Type Method Description voidVaultFolderAccountPermissions. setPermissions(Vector<AccountAccessLevelEnum> permissions)Sets value for attribute permissionsConstructors in com.soffid.iam.api with parameters of type AccountAccessLevelEnum 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)AccountHistory(Account account, AccountAccessLevelEnum level, Date start, Date end)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)VaultFolder(Long id, String name, boolean personal, String description, Long parentId, String parentFolder, Collection<String> grantedGroups, Collection<String> grantedUsers, Collection<String> grantedRoles, Collection<String> managerGroups, Collection<String> managerUsers, Collection<String> managerRoles, Collection<String> ownerGroups, Collection<String> ownerUsers, Collection<String> ownerRoles, Collection<String> navigateGroups, Collection<String> navigateUsers, Collection<String> navigateRoles, AccountAccessLevelEnum accessLevel, String pamPolicy)Constructor parameters in com.soffid.iam.api with type arguments of type AccountAccessLevelEnum Constructor Description VaultFolderAccountPermissions(Account account, Vector<AccountAccessLevelEnum> permissions) -
Uses of AccountAccessLevelEnum in com.soffid.iam.service
Methods in com.soffid.iam.service that return AccountAccessLevelEnum Modifier and Type Method Description AccountAccessLevelEnumAdditionalDataService. getAccessLevel(CustomObjectType type)Operation getAccessLevelMethods in com.soffid.iam.service with parameters of type AccountAccessLevelEnum Modifier and Type Method Description Collection<String>AccountService. getAccountUsers(Account account, AccountAccessLevelEnum level)Operation getAccountUsers Gets the users than currently matches the desired access level for the account.Collection<Account>AccountService. getUserGrantedAccounts(User usuari, AccountAccessLevelEnum level)Operation getUserGrantedAccounts Gets the users than currently can use the account with the desired access levelPasswordAccountService. queryAccountPasswordBypassPolicy(long accountId, AccountAccessLevelEnum level)Operation queryAccountPasswordBypassPolicy Gets the account password bypassing passowrd policy.PasswordAccountService. queryAccountSshKeyBypassPolicy(long accountId, AccountAccessLevelEnum level)Operation queryAccountSshKeyBypassPolicy Gets the account password bypassing passowrd policy. -
Uses of AccountAccessLevelEnum in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return AccountAccessLevelEnum Modifier and Type Method Description AccountAccessLevelEnumAdditionalDataService. getAccessLevel(CustomObjectType type)Methods in com.soffid.iam.service.ejb with parameters of type AccountAccessLevelEnum Modifier and Type Method Description Collection<Account>AccountService. getUserGrantedAccounts(User usuari, AccountAccessLevelEnum level) -
Uses of AccountAccessLevelEnum in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service with parameters of type AccountAccessLevelEnum Modifier and Type Method Description PasswordSyncStatusService. getAccountPassword(String user, Long accountId, AccountAccessLevelEnum level)Operation getAccountPassword Method user for SSO.PasswordSyncStatusService. getAccountSshKey(String user, Long accountId, AccountAccessLevelEnum level)Operation getAccountSshKey Method user for SSO. -
Uses of AccountAccessLevelEnum in es.caib.seycon.ng.comu
Fields in es.caib.seycon.ng.comu declared as AccountAccessLevelEnum Modifier and Type Field Description static AccountAccessLevelEnumAccountAccessLevelEnum. ACCESS_MANAGERUser can change the password using self service portalstatic AccountAccessLevelEnumAccountAccessLevelEnum. ACCESS_NAVIGATENavegate through vault foldersstatic AccountAccessLevelEnumAccountAccessLevelEnum. ACCESS_NONEUser canot use the accountstatic AccountAccessLevelEnumAccountAccessLevelEnum. ACCESS_OWNERUser can managed account's access control liststatic AccountAccessLevelEnumAccountAccessLevelEnum. ACCESS_USEROnly usable on single sign on engineMethods in es.caib.seycon.ng.comu that return AccountAccessLevelEnum Modifier and Type Method Description static AccountAccessLevelEnumAccountAccessLevelEnum. fromString(String value)Creates an instance of AccountAccessLevelEnum fromvalue.AccountAccessLevelEnumAccount. getAccessLevel()Gets value for attribute accessLevelAccountAccessLevelEnumAccountHistory. getLevel()Gets value for attribute levelMethods in es.caib.seycon.ng.comu with parameters of type AccountAccessLevelEnum Modifier and Type Method Description voidAccount. setAccessLevel(AccountAccessLevelEnum accessLevel)Sets value for attribute accessLevelvoidAccountHistory. setLevel(AccountAccessLevelEnum level)Sets value for attribute levelConstructors in es.caib.seycon.ng.comu with parameters of type AccountAccessLevelEnum 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)AccountHistory(Account account, AccountAccessLevelEnum level, Date start, Date end)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) -
Uses of AccountAccessLevelEnum in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return AccountAccessLevelEnum Modifier and Type Method Description AccountAccessLevelEnumDadesAddicionalsService. getAccessLevel(CustomObjectType type)Operation getAccessLevelMethods in es.caib.seycon.ng.servei with parameters of type AccountAccessLevelEnum Modifier and Type Method Description Collection<String>AccountService. getAccountUsers(Account account, AccountAccessLevelEnum level)Operation getAccountUsers Gets the users than currently matches the desired access level for the account.Collection<Account>AccountService. getUserGrantedAccounts(Usuari usuari, AccountAccessLevelEnum level)Operation getUserGrantedAccounts Gets the users than currently can use the account with the desired access levelPasswordAccountService. queryAccountPasswordBypassPolicy(long accountId, AccountAccessLevelEnum level)Operation queryAccountPasswordBypassPolicy Gets the account password bypassing passowrd policy.PasswordAccountService. queryAccountSshKeyBypassPolicy(long accountId, AccountAccessLevelEnum level)Operation queryAccountSshKeyBypassPolicy Gets the account password bypassing passowrd policy. -
Uses of AccountAccessLevelEnum in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return AccountAccessLevelEnum Modifier and Type Method Description AccountAccessLevelEnumDadesAddicionalsService. getAccessLevel(CustomObjectType type)Methods in es.caib.seycon.ng.servei.ejb with parameters of type AccountAccessLevelEnum Modifier and Type Method Description Collection<Account>AccountService. getUserGrantedAccounts(Usuari usuari, AccountAccessLevelEnum level) -
Uses of AccountAccessLevelEnum in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei with parameters of type AccountAccessLevelEnum Modifier and Type Method Description PasswordSyncStatusService. getAccountPassword(String user, Long accountId, AccountAccessLevelEnum level)Operation getAccountPassword Method user for SSO.PasswordSyncStatusService. getAccountSshKey(String user, Long accountId, AccountAccessLevelEnum level)Operation getAccountSshKey Method user for SSO.
-