Key Store Configuration Retrieval

Retrieves the properties of the key store configuration.

Syntax

ServerComponentVO getKeyStoreConfiguration() throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples

  • Retrieval
    supServerConf.refresh();
    ServerComponentVO scvo = supServerConf.getKeyStoreConfiguration();
    System.out.println(scvo.getID());
    System.out.println(scvo.getType());
    System.out.println(scvo.getProperties());