com.ibm.as400.access

Class AS400CertificateUserProfileUtil

  • All Implemented Interfaces:
    java.io.Serializable


    public class AS400CertificateUserProfileUtil
    extends AS400CertificateUtil
    implements java.io.Serializable

    The AS400CertificateUserProfileUtil class accesses certificates in an IBM i user profile object.

    See Also:
    Serialized Form
    • Constructor Detail

      • AS400CertificateUserProfileUtil

        public AS400CertificateUserProfileUtil()
        Constructs an AS400CertificateUserProfileUtil object.
      • AS400CertificateUserProfileUtil

        public AS400CertificateUserProfileUtil(AS400 system,
                                       java.lang.String path)
        Constructs an AS400CertificateUserProfileUtil object. If the user profile specified is not the user profile that is currently running, adding and deleting certificates require *SECADM special authority for the currently running user profile and *USE and *OBJMGT authorities to the target user profile.
        Parameters:
        system - The system on which the user profile exists.
        path - The fully qualified integrated file system path name of the user profile, for example, "/QSYS.LIB/MYLIB.LIB/MYUSRPRF.USRPRF".