Uses of Class
org.openiam.base.PasswordKeyDTO
-
Packages that use PasswordKeyDTO Package Description org.openiam.esb.core.service org.openiam.esb.core.service.impl org.openiam.esb.sync.service -
-
Uses of PasswordKeyDTO in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return PasswordKeyDTO Modifier and Type Method Description PasswordKeyDTO
IdentitySynchService. getDecryptedPassword(String synchConfigId, String password)
PasswordKeyDTO
ManagedSystemService. getDecryptedPassword(String managedSystemId, String password)
Gets decrypted password for given managed system. -
Uses of PasswordKeyDTO in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return PasswordKeyDTO Modifier and Type Method Description PasswordKeyDTO
ManagedSystemServiceImpl. getDecryptedPassword(String managedSystemId, String password)
-
Uses of PasswordKeyDTO in org.openiam.esb.sync.service
Methods in org.openiam.esb.sync.service that return PasswordKeyDTO Modifier and Type Method Description PasswordKeyDTO
IdentitySynchServiceImpl. getDecryptedPassword(String synchConfigId, String password)
-