Class ProfileClient


  • public class ProfileClient
    extends Client
    Author:
    Endi S. Dewata
    • Constructor Detail

      • ProfileClient

        public ProfileClient​(PKIClient client)
                      throws java.net.URISyntaxException
        Throws:
        java.net.URISyntaxException
      • ProfileClient

        public ProfileClient​(PKIClient client,
                             java.lang.String subsystem)
                      throws java.net.URISyntaxException
        Throws:
        java.net.URISyntaxException
    • Method Detail

      • init

        public void init()
                  throws java.net.URISyntaxException
        Throws:
        java.net.URISyntaxException
      • findProfiles

        public ProfileCollection findProfiles​(java.lang.String filter,
                                              java.lang.Integer start,
                                              java.lang.Integer size)
      • getProfile

        public ProfileData getProfile​(java.lang.String profileID)
      • changeProfileStatus

        public ProfileData changeProfileStatus​(java.lang.String profileID,
                                               java.lang.String action)
      • removeProfile

        public void removeProfile​(java.lang.String profileID)