Uses of Class
com.soffid.iam.api.Password
-
-
Uses of Password in com.soffid.iam.api
Methods in com.soffid.iam.api that return Password Modifier and Type Method Description static PasswordPassword. decode(String s)Des-serializarstatic PasswordPassword. fromString(String s)PasswordChallenge. getPassword()Gets value for attribute passwordPasswordReplicaDatabase. getPassword()Gets value for attribute passwordstatic PasswordPassword. toPassword(Password password2)Methods in com.soffid.iam.api with parameters of type Password Modifier and Type Method Description voidChallenge. setPassword(Password password)Sets value for attribute passwordvoidReplicaDatabase. setPassword(Password password)Sets value for attribute passwordConstructors in com.soffid.iam.api with parameters of type Password Constructor Description Challenge(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)ReplicaDatabase(Long id, String name, String userName, Password password, String url, Long idSeed) -
Uses of Password in com.soffid.iam.api.sso
Methods in com.soffid.iam.api.sso that return Password Modifier and Type Method Description PasswordSecret. getValue()Gets value for attribute valueMethods in com.soffid.iam.api.sso with parameters of type Password Modifier and Type Method Description voidSecret. setValue(Password value)Sets value for attribute valueConstructors in com.soffid.iam.api.sso with parameters of type Password Constructor Description Secret(String name, Password value) -
Uses of Password in com.soffid.iam.config
Methods in com.soffid.iam.config that return Password Modifier and Type Method Description PasswordConfig. getBackupPassword()PasswordConfig. getPassword()PasswordConfig. getSSLKey()Methods in com.soffid.iam.config with parameters of type Password Modifier and Type Method Description voidConfig. setBackupPassword(Password list)voidConfig. setPassword(Password list)voidConfig. setSSLKey(Password list) -
Uses of Password in com.soffid.iam.service
Methods in com.soffid.iam.service that return Password Modifier and Type Method Description PasswordAccountService. generateAccountPassword(Account account)Operation generateAccountPassword Generates a password for the accountPasswordAccountService. generateAccountTemporaryPassword(Account account)Operation generateAccountTemporaryPassword Generates a temporary password for the accountPasswordSelfService. generateAccountTemporaryPassword(Account account)Operation generateAccountTemporaryPassword Generates a temporary password for the accountPasswordAccountService. queryAccountPassword(Account account)Operation queryAccountPassword Gets the account passwordPasswordSelfService. queryAccountPassword(Account account)Operation queryAccountPasswordPasswordAccountService. queryAccountPasswordBypassPolicy(long accountId, AccountAccessLevelEnum level)Operation queryAccountPasswordBypassPolicy Gets the account password bypassing passowrd policy.PasswordSelfService. queryAccountPasswordBypassPolicy(Account account)Operation queryAccountPasswordBypassPolicyPasswordAccountService. queryAccountSshKey(Account account)Operation queryAccountSshKey Gets the account passwordPasswordSelfService. queryAccountSshKey(Account account)Operation queryAccountSshKeyPasswordAccountService. queryAccountSshKeyBypassPolicy(long accountId, AccountAccessLevelEnum level)Operation queryAccountSshKeyBypassPolicy Gets the account password bypassing passowrd policy.PasswordSelfService. queryAccountSshKeyBypassPolicy(Account account)Operation queryAccountSshKeyBypassPolicyPasswordAccountService. setAccountPassword(Account account, Password password, boolean temporary, boolean online)Operation setAccountPassword Sets the account password.Methods in com.soffid.iam.service with parameters of type Password Modifier and Type Method Description voidPasswordService. changePassword(String account, String dispatcher, Password oldPassword, Password newPassword)Operation changePasswordbooleanPasswordService. checkPassword(String account, String dispatcher, Password password, boolean checkTrusted, boolean checkExpired)Operation checkPasswordPolicyCheckResultPasswordService. checkPolicy(String account, String dispatcher, Password password)Operation checkPolicySystemNetworkDiscoveryService. createSystemCandidate(Host host, String type, String userName, Password password, String instance)Operation createSystemCandidate Generates a candidate system definitonvoidAccountService. setAccountPassword(Account account, Password password)Operation setAccountPassword Sets the account passwordPasswordAccountService. setAccountPassword(Account account, Password password, boolean temporary, boolean online)Operation setAccountPassword Sets the account password.voidSelfService. setAccountPassword(Account account, Password password)Operation setAccountPasswordvoidAccountService. 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.booleanSelfService. setHPAccountPassword(Account account, Password password, Date untilDate, boolean force)Operation setHPAccountPasswordvoidUserService. setPassword(String codiUsuari, String codiDominiContrasenyes, Password newPassword)Operation setPassword Sets a password for a uservoidUserService. setTemporaryPassword(String codiUsuari, String codiDominiContrasenyes, Password newPassword)Operation setTemporaryPassword Sets a temporary password for a user -
Uses of Password in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return Password Modifier and Type Method Description PasswordAccountService. generateAccountPassword(Account account)PasswordAccountService. generateAccountTemporaryPassword(Account account)PasswordSelfService. generateAccountTemporaryPassword(Account account)PasswordAccountService. queryAccountPassword(Account account)PasswordSelfService. queryAccountPassword(Account account)PasswordSelfService. queryAccountPasswordBypassPolicy(Account account)PasswordAccountService. queryAccountSshKey(Account account)PasswordSelfService. queryAccountSshKey(Account account)PasswordSelfService. queryAccountSshKeyBypassPolicy(Account account)PasswordAccountService. setAccountPassword(Account account, Password password, boolean temporary, boolean online)Methods in com.soffid.iam.service.ejb with parameters of type Password Modifier and Type Method Description voidPasswordService. changePassword(String account, String dispatcher, Password oldPassword, Password newPassword)booleanPasswordService. checkPassword(String account, String dispatcher, Password password, boolean checkTrusted, boolean checkExpired)PolicyCheckResultPasswordService. checkPolicy(String account, String dispatcher, Password password)SystemNetworkDiscoveryService. createSystemCandidate(Host host, String type, String userName, Password password, String instance)voidAccountService. setAccountPassword(Account account, Password password)PasswordAccountService. setAccountPassword(Account account, Password password, boolean temporary, boolean online)voidSelfService. setAccountPassword(Account account, Password password)voidAccountService. setAccountTemporaryPassword(Account account, Password password)booleanAccountService. setHPAccountPassword(Account account, Password password, Date untilDate, boolean force)booleanSelfService. setHPAccountPassword(Account account, Password password, Date untilDate, boolean force)voidUserService. setPassword(String codiUsuari, String codiDominiContrasenyes, Password newPassword)voidUserService. setTemporaryPassword(String codiUsuari, String codiDominiContrasenyes, Password newPassword) -
Uses of Password in com.soffid.iam.ssl
Methods in com.soffid.iam.ssl that return Password Modifier and Type Method Description static PasswordSeyconKeyStore. getKeyStorePassword() -
Uses of Password in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf with parameters of type Password Modifier and Type Method Description 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 Password Modifier and Type Method Description PasswordServerService. generateFakePassword(String passwordDomain)Operation generateFakePasswordPasswordServerService. generateFakePassword(String account, String dispatcherId)Operation generateFakePasswordPasswordServerService. getAccountPassword(String account, String dispatcher)Operation getAccountPasswordPasswordSyncStatusService. getAccountPassword(String user, Long accountId)Operation getAccountPasswordPasswordSyncStatusService. getAccountPassword(String user, Long accountId, AccountAccessLevelEnum level)Operation getAccountPassword Method user for SSO.PasswordSyncStatusService. getAccountSshKey(String user, Long accountId)Operation getAccountSshKeyPasswordSyncStatusService. getAccountSshKey(String user, Long accountId, AccountAccessLevelEnum level)Operation getAccountSshKey Method user for SSO.PasswordServerService. getOrGenerateUserPassword(String account, String dispatcherId)Operation getOrGenerateUserPasswordPasswordSecretStoreService. getPassword(long accountId)Operation getPasswordPasswordSecretStoreService. getSecret(User user, String secret)Operation getSecretPasswordSecretStoreService. getSshPrivateKey(long accountId)Operation getSshPrivateKeyMethods in com.soffid.iam.sync.service with parameters of type Password Modifier and Type Method Description voidServerService. changePassword(String account, String dispatcherId, Password p, boolean mustChange)Operation changePasswordvoidServerService. changePasswordSync(String account, String dispatcherId, Password p, boolean mustChange)Operation changePasswordSyncvoidSecretStoreService. putSecret(User user, String secret, Password value)Operation 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 setSshPrivateKeyPasswordValidationPamProxySessionService. validatePassword(String user, Password password)Operation validatePasswordPasswordValidationServerService. validatePassword(String account, String dispatcherId, Password p)Operation validatePassword -
Uses of Password in es.caib.seycon.ng.comu
Subclasses of Password in es.caib.seycon.ng.comu Modifier and Type Class Description classPasswordClase que permite serializar de forma segura una contraseƱa.Methods in es.caib.seycon.ng.comu with parameters of type Password Modifier and Type Method Description static PasswordPassword. toPassword(Password password2) -
Uses of Password in es.caib.seycon.ng.config
Methods in es.caib.seycon.ng.config with parameters of type Password Modifier and Type Method Description voidConfig. setBackupPassword(Password list)voidConfig. setPassword(Password list)
-