The ISecurityAdmin interface
is called by connecting to the SAS Metadata Server and obtaining a
handle to the ISecurityAdmin server interface.
A SAS Java Metadata
Interface client accesses the ISecurityAdmin interface by importing
the appropriate packages, instantiating an object factory, and connecting
to the SAS Metadata Server with a handle to the interface that is
appropriate for the task that it wants to perform.
The ISecurityAdmin interface
is provided in the sas.oma.omi.jar file in the SAS Platform VJR. A
Java client accesses the ISecurityAdmin interface by importing the
appropriate com.sas.meta.SASOMI packages. Import com.sas.meta.SASOMI.ISecurityAdmin,
com.sas.meta.SASOMI.ISecurityAdminPackage, and com.sas.metadata.remote
into your client.
The SAS Java Metadata
Interface provides the MdFactory interface to instantiate an object
factory for the SAS Metadata Server and the MdOMRConnection interface
for connecting to the SAS Metadata Server. Use the MdOMRConnection
interface's makeISecurityAdminConnection method to connect to the
server with the ISecurityAdmin interface.