Skip to content

PKI KRA Java API

Endi S. Dewata edited this page Dec 17, 2020 · 1 revision

KRA Client Java API

To create a KRA session:

KRAClient kraClient = new KRAClient(client);
AccountInfo accountInfo = kraClient.login();

The AccountInfo contains information about the subsystem user (e.g. user ID, full name, email, roles).

To remove the session:

kraClient.logout();

See also KRAClient.java.

Clone this wiki locally