Uses of Class
com.soffid.iam.am.api.Password
Packages that use Password
Package
Description
-
Uses of Password in com.soffid.iam.am.api
Methods in com.soffid.iam.am.api that return PasswordModifier and TypeMethodDescriptionstatic PasswordDes-serializarstatic PasswordPassword.fromString(String s) Challenge.getPassword()Gets value for attribute passwordMethods in com.soffid.iam.am.api with parameters of type PasswordModifier and TypeMethodDescriptionvoidChallenge.setPassword(Password password) Sets value for attribute passwordConstructors in com.soffid.iam.am.api with parameters of type PasswordModifierConstructorDescriptionChallenge(Password password, int type, User user, Account account, String userKey, Host host, Host clientHost, int centinelPort, String otpHandler, String cardNumber, String cell, String value, Timestamp timeStamp, int clientVersion, String kerberosDomain, String challengeId, GSSContext kerberosContext, String domain, boolean closeOldSessions, boolean silent, boolean alternativeMethodAvailable, boolean resendAvailable, Object additionalData, String identityProvider) -
Uses of Password in com.soffid.iam.am.service
Methods in com.soffid.iam.am.service with parameters of type PasswordModifier and TypeMethodDescriptionvoidPasswordService.changePassword(String account, String dispatcher, Password oldPassword, Password newPassword) Operation changePasswordbooleanPasswordService.checkPassword(String account, String dispatcher, Password password, boolean checkTrusted, boolean checkExpired) Operation checkPasswordPasswordService.checkPolicy(String account, String dispatcher, Password password) Operation checkPolicy -
Uses of Password in com.soffid.iam.am.service.ejb
Methods in com.soffid.iam.am.service.ejb with parameters of type PasswordModifier and TypeMethodDescriptionvoidPasswordService.changePassword(String account, String dispatcher, Password oldPassword, Password newPassword) booleanPasswordService.checkPassword(String account, String dispatcher, Password password, boolean checkTrusted, boolean checkExpired) PasswordService.checkPolicy(String account, String dispatcher, Password password) -
Uses of Password in com.soffid.iam.base.service
Methods in com.soffid.iam.base.service that return PasswordModifier and TypeMethodDescriptionAccountService.generateAccountPassword(Account account) Operation generateAccountPassword Generates a password for the accountAccountService.generateAccountTemporaryPassword(Account account) Operation generateAccountTemporaryPassword Generates a temporary password for the accountAccountService.queryAccountPassword(Account account) Operation queryAccountPassword Gets the account passwordAccountService.queryAccountPasswordBypassPolicy(long accountId, AccountAccessLevelEnum level) Operation queryAccountPasswordBypassPolicy Gets the account password bypassing passowrd policy.AccountService.queryAccountSshKey(Account account) Operation queryAccountSshKey Gets the account passwordAccountService.queryAccountSshKeyBypassPolicy(long accountId, AccountAccessLevelEnum level) Operation queryAccountSshKeyBypassPolicy Gets the account password bypassing passowrd policy.AccountService.setAccountPassword(Account account, Password password, boolean temporary, boolean online) Operation setAccountPassword Sets the account password.Methods in com.soffid.iam.base.service with parameters of type PasswordModifier and TypeMethodDescriptionvoidAccountService.setAccountPassword(Account account, Password password) Operation setAccountPassword Sets the account passwordAccountService.setAccountPassword(Account account, Password password, boolean temporary, boolean online) Operation setAccountPassword Sets the account password.voidAccountService.setAccountTemporaryPassword(Account account, Password password) Operation setAccountTemporaryPassword Sets the account temporary passwordbooleanAccountService.setHPAccountPassword(Account account, Password password, Date untilDate, boolean force) Operation setHPAccountPassword Sets the high privileged account password.voidUserService.setPassword(String userName, String passwordDomain, Password newPassword) Operation setPassword Sets a password for a uservoidUserService.setTemporaryPassword(String userName, String passwordDomain, Password newPassword) Operation setTemporaryPassword Sets a temporary password for a user -
Uses of Password in com.soffid.iam.base.service.ejb
Methods in com.soffid.iam.base.service.ejb that return PasswordModifier and TypeMethodDescriptionAccountService.generateAccountPassword(Account account) AccountService.generateAccountTemporaryPassword(Account account) AccountService.queryAccountPassword(Account account) AccountService.queryAccountSshKey(Account account) AccountService.setAccountPassword(Account account, Password password, boolean temporary, boolean online) Methods in com.soffid.iam.base.service.ejb with parameters of type PasswordModifier and TypeMethodDescriptionvoidAccountService.setAccountPassword(Account account, Password password) AccountService.setAccountPassword(Account account, Password password, boolean temporary, boolean online) voidAccountService.setAccountTemporaryPassword(Account account, Password password) booleanAccountService.setHPAccountPassword(Account account, Password password, Date untilDate, boolean force) voidUserService.setPassword(String userName, String passwordDomain, Password newPassword) voidUserService.setTemporaryPassword(String userName, String passwordDomain, Password newPassword) -
Uses of Password in com.soffid.iam.config
Methods in com.soffid.iam.config that return PasswordModifier and TypeMethodDescriptionConfig.getBackupPassword()Config.getPassword()Config.getSSLKey()Methods in com.soffid.iam.config with parameters of type PasswordModifier and TypeMethodDescriptionvoidConfig.setBackupPassword(Password list) voidConfig.setPassword(Password list) void -
Uses of Password in com.soffid.iam.iga.service
Methods in com.soffid.iam.iga.service that return PasswordModifier and TypeMethodDescriptionSelfService.generateAccountTemporaryPassword(Account account) Operation generateAccountTemporaryPassword Generates a temporary password for the accountSelfService.queryAccountPassword(Account account) Operation queryAccountPasswordSelfService.queryAccountPasswordBypassPolicy(Account account) Operation queryAccountPasswordBypassPolicySelfService.queryAccountSshKey(Account account) Operation queryAccountSshKeySelfService.queryAccountSshKeyBypassPolicy(Account account) Operation queryAccountSshKeyBypassPolicyMethods in com.soffid.iam.iga.service with parameters of type PasswordModifier and TypeMethodDescriptionvoidSelfService.setAccountPassword(Account account, Password password) Operation setAccountPasswordvoidSelfService.setAccountSshKey(Account account, Password password) Operation setAccountSshKeybooleanSelfService.setHPAccountPassword(Account account, Password password, Date untilDate, boolean force) Operation setHPAccountPassword -
Uses of Password in com.soffid.iam.iga.service.ejb
Methods in com.soffid.iam.iga.service.ejb that return PasswordModifier and TypeMethodDescriptionSelfService.generateAccountTemporaryPassword(Account account) SelfService.queryAccountPassword(Account account) SelfService.queryAccountPasswordBypassPolicy(Account account) SelfService.queryAccountSshKey(Account account) SelfService.queryAccountSshKeyBypassPolicy(Account account) Methods in com.soffid.iam.iga.service.ejb with parameters of type PasswordModifier and TypeMethodDescriptionvoidSelfService.setAccountPassword(Account account, Password password) voidSelfService.setAccountSshKey(Account account, Password password) booleanSelfService.setHPAccountPassword(Account account, Password password, Date untilDate, boolean force) -
Uses of Password in com.soffid.iam.pam.service
Methods in com.soffid.iam.pam.service with parameters of type PasswordModifier and TypeMethodDescriptionPamSessionService.createManualJumpServerSession(String accountName, Password accountPassword, String entryPointPath, String entryPointDescriptor, String pamPolicy) Operation createManualJumpServerSession Creates a manual jump server session and returns the session URLNetworkDiscoveryService.createSystemCandidate(Host host, String type, String userName, Password password, String instance) Operation createSystemCandidate Generates a candidate system definiton -
Uses of Password in com.soffid.iam.pam.service.ejb
Methods in com.soffid.iam.pam.service.ejb with parameters of type PasswordModifier and TypeMethodDescriptionPamSessionService.createManualJumpServerSession(String accountName, Password accountPassword, String entryPointPath, String entryPointDescriptor, String pamPolicy) NetworkDiscoveryService.createSystemCandidate(Host host, String type, String userName, Password password, String instance) -
Uses of Password in com.soffid.iam.ssl
Methods in com.soffid.iam.ssl that return Password -
Uses of Password in com.soffid.iam.sync.api
Methods in com.soffid.iam.sync.api that return PasswordMethods in com.soffid.iam.sync.api with parameters of type PasswordModifier and TypeMethodDescriptionvoidSets value for attribute valueConstructors in com.soffid.iam.sync.api with parameters of type Password -
Uses of Password in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf that return PasswordMethods in com.soffid.iam.sync.intf with parameters of type PasswordModifier and TypeMethodDescriptionvoidKerberosPrincipalInfo.setPassword(Password password) voidServiceMgr.setServicePassword(String service, Account account, Password password) Change the service passwordvoidUserMgr.updateUserPassword(String userName, User userData, Password password, boolean mustchange) Updates account password.booleanUserMgr.validateUserPassword(String userName, Password password) Verifyfies the user password -
Uses of Password in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return PasswordModifier and TypeMethodDescriptionServerService.generateFakePassword(String passwordDomain) Operation generateFakePasswordServerService.generateFakePassword(String account, String dispatcherId) Operation generateFakePasswordServerService.getAccountPassword(String account, String dispatcher) Operation getAccountPasswordSyncStatusService.getAccountPassword(String user, Long accountId) Operation getAccountPasswordSyncStatusService.getAccountPassword(String user, Long accountId, AccountAccessLevelEnum level) Operation getAccountPassword Method user for SSO.SyncStatusService.getAccountSshKey(String user, Long accountId) Operation getAccountSshKeySyncStatusService.getAccountSshKey(String user, Long accountId, AccountAccessLevelEnum level) Operation getAccountSshKey Method user for SSO.ServerService.getOrGenerateUserPassword(String account, String dispatcherId) Operation getOrGenerateUserPasswordSecretStoreService.getPassword(long accountId) Operation getPasswordOperation getSecretSecretStoreService.getSshPrivateKey(long accountId) Operation getSshPrivateKeyMethods in com.soffid.iam.sync.service with parameters of type PasswordModifier and TypeMethodDescriptionvoidServerService.changePassword(String account, String dispatcherId, Password p, boolean mustChange) Operation changePasswordvoidServerService.changePasswordSync(String account, String dispatcherId, Password p, boolean mustChange) Operation changePasswordSyncvoidOperation putSecretvoidSyncStatusService.setAccountPassword(String accountName, String serverName, Password password, boolean mustChange) Operation setAccountPasswordvoidSyncStatusService.setAccountSshPrivateKey(String accountName, String serverName, Password privateKey) Operation setAccountSshPrivateKeyvoidSecretStoreService.setPassword(long accountId, Password value) Operation setPasswordvoidSecretStoreService.setPassword(User user, String passwordDomain, Password password) Operation setPasswordvoidSecretStoreService.setPasswordAndUpdateAccount(long accountId, Password value, boolean mustChange, Date expirationDate) Operation setPasswordAndUpdateAccountvoidSecretStoreService.setSshPrivateKey(long accountId, Password privateKey) Operation setSshPrivateKeyPamProxySessionService.validatePassword(String user, Password password) Operation validatePasswordServerService.validatePassword(String account, String dispatcherId, Password p) Operation validatePassword