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 PasswordKeyDTOIdentitySynchService. getDecryptedPassword(String synchConfigId, String password)PasswordKeyDTOManagedSystemService. 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 PasswordKeyDTOManagedSystemServiceImpl. 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 PasswordKeyDTOIdentitySynchServiceImpl. getDecryptedPassword(String synchConfigId, String password)
-