Change Key Owner
To change the ownership of a key:
Your suggested change has been received. Thank you.
Please Note:
You are not viewing the most recent version of this page. 8.17.1 is the latest version available.
To change the ownership of a key:
NAESession session = NAESession.getSession("username1_original_owner", "password".toCharArray());
NAEAdminRequestProcessor processor= new NAEAdminRequestProcessor(session);
boolean response=processor.changeKeyOwner("keyname","username2_new_owner");
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….