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 Password
Password. decode(String s)
Des-serializarstatic Password
Password. fromString(String s)
Password
Challenge. getPassword()
Gets value for attribute passwordPassword
ReplicaDatabase. getPassword()
Gets value for attribute passwordstatic Password
Password. toPassword(Password password2)
Methods in com.soffid.iam.api with parameters of type Password Modifier and Type Method Description void
Challenge. setPassword(Password password)
Sets value for attribute passwordvoid
ReplicaDatabase. 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 Password
Secret. getValue()
Gets value for attribute valueMethods in com.soffid.iam.api.sso with parameters of type Password Modifier and Type Method Description void
Secret. 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 Password
Config. getBackupPassword()
Password
Config. getPassword()
Password
Config. getSSLKey()
Methods in com.soffid.iam.config with parameters of type Password Modifier and Type Method Description void
Config. setBackupPassword(Password list)
void
Config. setPassword(Password list)
void
Config. 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 Password
AccountService. generateAccountPassword(Account account)
Operation generateAccountPassword Generates a password for the accountPassword
AccountService. generateAccountTemporaryPassword(Account account)
Operation generateAccountTemporaryPassword Generates a temporary password for the accountPassword
SelfService. generateAccountTemporaryPassword(Account account)
Operation generateAccountTemporaryPassword Generates a temporary password for the accountPassword
AccountService. queryAccountPassword(Account account)
Operation queryAccountPassword Gets the account passwordPassword
SelfService. queryAccountPassword(Account account)
Operation queryAccountPasswordPassword
AccountService. queryAccountPasswordBypassPolicy(long accountId, AccountAccessLevelEnum level)
Operation queryAccountPasswordBypassPolicy Gets the account password bypassing passowrd policy.Password
SelfService. queryAccountPasswordBypassPolicy(Account account)
Operation queryAccountPasswordBypassPolicyPassword
AccountService. queryAccountSshKey(Account account)
Operation queryAccountSshKey Gets the account passwordPassword
SelfService. queryAccountSshKey(Account account)
Operation queryAccountSshKeyPassword
AccountService. queryAccountSshKeyBypassPolicy(long accountId, AccountAccessLevelEnum level)
Operation queryAccountSshKeyBypassPolicy Gets the account password bypassing passowrd policy.Password
SelfService. queryAccountSshKeyBypassPolicy(Account account)
Operation queryAccountSshKeyBypassPolicyPassword
AccountService. 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 void
PasswordService. changePassword(String account, String dispatcher, Password oldPassword, Password newPassword)
Operation changePasswordboolean
PasswordService. checkPassword(String account, String dispatcher, Password password, boolean checkTrusted, boolean checkExpired)
Operation checkPasswordPolicyCheckResult
PasswordService. checkPolicy(String account, String dispatcher, Password password)
Operation checkPolicySystem
NetworkDiscoveryService. createSystemCandidate(Host host, String type, String userName, Password password, String instance)
Operation createSystemCandidate Generates a candidate system definitonvoid
AccountService. setAccountPassword(Account account, Password password)
Operation setAccountPassword Sets the account passwordPassword
AccountService. setAccountPassword(Account account, Password password, boolean temporary, boolean online)
Operation setAccountPassword Sets the account password.void
SelfService. setAccountPassword(Account account, Password password)
Operation setAccountPasswordvoid
AccountService. setAccountTemporaryPassword(Account account, Password password)
Operation setAccountTemporaryPassword Sets the account temporary passwordboolean
AccountService. setHPAccountPassword(Account account, Password password, Date untilDate, boolean force)
Operation setHPAccountPassword Sets the high privileged account password.boolean
SelfService. setHPAccountPassword(Account account, Password password, Date untilDate, boolean force)
Operation setHPAccountPasswordvoid
UserService. setPassword(String codiUsuari, String codiDominiContrasenyes, Password newPassword)
Operation setPassword Sets a password for a uservoid
UserService. 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 Password
AccountService. generateAccountPassword(Account account)
Password
AccountService. generateAccountTemporaryPassword(Account account)
Password
SelfService. generateAccountTemporaryPassword(Account account)
Password
AccountService. queryAccountPassword(Account account)
Password
SelfService. queryAccountPassword(Account account)
Password
SelfService. queryAccountPasswordBypassPolicy(Account account)
Password
AccountService. queryAccountSshKey(Account account)
Password
SelfService. queryAccountSshKey(Account account)
Password
SelfService. queryAccountSshKeyBypassPolicy(Account account)
Password
AccountService. 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 void
PasswordService. changePassword(String account, String dispatcher, Password oldPassword, Password newPassword)
boolean
PasswordService. checkPassword(String account, String dispatcher, Password password, boolean checkTrusted, boolean checkExpired)
PolicyCheckResult
PasswordService. checkPolicy(String account, String dispatcher, Password password)
System
NetworkDiscoveryService. createSystemCandidate(Host host, String type, String userName, Password password, String instance)
void
AccountService. setAccountPassword(Account account, Password password)
Password
AccountService. setAccountPassword(Account account, Password password, boolean temporary, boolean online)
void
SelfService. setAccountPassword(Account account, Password password)
void
AccountService. setAccountTemporaryPassword(Account account, Password password)
boolean
AccountService. setHPAccountPassword(Account account, Password password, Date untilDate, boolean force)
boolean
SelfService. setHPAccountPassword(Account account, Password password, Date untilDate, boolean force)
void
UserService. setPassword(String codiUsuari, String codiDominiContrasenyes, Password newPassword)
void
UserService. 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 Password
SeyconKeyStore. 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 void
ServiceMgr. setServicePassword(String service, Account account, Password password)
Change the service passwordvoid
UserMgr. updateUserPassword(String userName, User userData, Password password, boolean mustchange)
Updates account password.boolean
UserMgr. 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 Password
ServerService. generateFakePassword(String passwordDomain)
Operation generateFakePasswordPassword
ServerService. generateFakePassword(String account, String dispatcherId)
Operation generateFakePasswordPassword
ServerService. getAccountPassword(String account, String dispatcher)
Operation getAccountPasswordPassword
SyncStatusService. getAccountPassword(String user, Long accountId)
Operation getAccountPasswordPassword
SyncStatusService. getAccountPassword(String user, Long accountId, AccountAccessLevelEnum level)
Operation getAccountPassword Method user for SSO.Password
SyncStatusService. getAccountSshKey(String user, Long accountId)
Operation getAccountSshKeyPassword
SyncStatusService. getAccountSshKey(String user, Long accountId, AccountAccessLevelEnum level)
Operation getAccountSshKey Method user for SSO.Password
ServerService. getOrGenerateUserPassword(String account, String dispatcherId)
Operation getOrGenerateUserPasswordPassword
SecretStoreService. getPassword(long accountId)
Operation getPasswordPassword
SecretStoreService. getSecret(User user, String secret)
Operation getSecretPassword
SecretStoreService. getSshPrivateKey(long accountId)
Operation getSshPrivateKeyMethods in com.soffid.iam.sync.service with parameters of type Password Modifier and Type Method Description void
ServerService. changePassword(String account, String dispatcherId, Password p, boolean mustChange)
Operation changePasswordvoid
ServerService. changePasswordSync(String account, String dispatcherId, Password p, boolean mustChange)
Operation changePasswordSyncvoid
SecretStoreService. putSecret(User user, String secret, Password value)
Operation putSecretvoid
SyncStatusService. setAccountPassword(String accountName, String serverName, Password password, boolean mustChange)
Operation setAccountPasswordvoid
SyncStatusService. setAccountSshPrivateKey(String accountName, String serverName, Password privateKey)
Operation setAccountSshPrivateKeyvoid
SecretStoreService. setPassword(long accountId, Password value)
Operation setPasswordvoid
SecretStoreService. setPassword(User user, String passwordDomain, Password password)
Operation setPasswordvoid
SecretStoreService. setPasswordAndUpdateAccount(long accountId, Password value, boolean mustChange, Date expirationDate)
Operation setPasswordAndUpdateAccountvoid
SecretStoreService. setSshPrivateKey(long accountId, Password privateKey)
Operation setSshPrivateKeyPasswordValidation
PamProxySessionService. validatePassword(String user, Password password)
Operation validatePasswordPasswordValidation
ServerService. 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 class
Password
Clase 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 Password
Password. 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 void
Config. setBackupPassword(Password list)
void
Config. setPassword(Password list)
-