Enum MgmtAction

    • Enum Constant Detail

      • addCaAlias

        public static final MgmtAction addCaAlias
      • addCertprofile

        public static final MgmtAction addCertprofile
      • addCertprofileToCa

        public static final MgmtAction addCertprofileToCa
      • addDbSchema

        public static final MgmtAction addDbSchema
      • addKeypairGen

        public static final MgmtAction addKeypairGen
      • addPublisher

        public static final MgmtAction addPublisher
      • addPublisherToCa

        public static final MgmtAction addPublisherToCa
      • addRequestor

        public static final MgmtAction addRequestor
      • addRequestorToCa

        public static final MgmtAction addRequestorToCa
      • addSigner

        public static final MgmtAction addSigner
      • changeCa

        public static final MgmtAction changeCa
      • changeCertprofile

        public static final MgmtAction changeCertprofile
      • changeDbSchema

        public static final MgmtAction changeDbSchema
      • changeKeypairGen

        public static final MgmtAction changeKeypairGen
      • changePublisher

        public static final MgmtAction changePublisher
      • changeRequestor

        public static final MgmtAction changeRequestor
      • changeSigner

        public static final MgmtAction changeSigner
      • exportConf

        public static final MgmtAction exportConf
      • generateCertificate

        public static final MgmtAction generateCertificate
      • generateKeyCert

        public static final MgmtAction generateKeyCert
      • generateCrossCertificate

        public static final MgmtAction generateCrossCertificate
      • generateCrlOnDemand

        public static final MgmtAction generateCrlOnDemand
      • generateRootCa

        public static final MgmtAction generateRootCa
      • getAliasesForCa

        public static final MgmtAction getAliasesForCa
      • getCaAliasNames

        public static final MgmtAction getCaAliasNames
      • getCaCerts

        public static final MgmtAction getCaCerts
      • getCaNameForAlias

        public static final MgmtAction getCaNameForAlias
      • getCaNames

        public static final MgmtAction getCaNames
      • getCaSystemStatus

        public static final MgmtAction getCaSystemStatus
      • getCertprofile

        public static final MgmtAction getCertprofile
      • getCertprofileNames

        public static final MgmtAction getCertprofileNames
      • getCertprofilesForCa

        public static final MgmtAction getCertprofilesForCa
      • getCurrentCrl

        public static final MgmtAction getCurrentCrl
      • getDbSchemas

        public static final MgmtAction getDbSchemas
      • getFailedCaNames

        public static final MgmtAction getFailedCaNames
      • getInactiveCaNames

        public static final MgmtAction getInactiveCaNames
      • getKeypairGen

        public static final MgmtAction getKeypairGen
      • getKeypairGenNames

        public static final MgmtAction getKeypairGenNames
      • getPublisher

        public static final MgmtAction getPublisher
      • getPublisherNames

        public static final MgmtAction getPublisherNames
      • getPublisherNamesForCa

        public static final MgmtAction getPublisherNamesForCa
      • getRequestor

        public static final MgmtAction getRequestor
      • getRequestorNames

        public static final MgmtAction getRequestorNames
      • getRequestorsForCa

        public static final MgmtAction getRequestorsForCa
      • getSigner

        public static final MgmtAction getSigner
      • getSignerNames

        public static final MgmtAction getSignerNames
      • getSuccessfulCaNames

        public static final MgmtAction getSuccessfulCaNames
      • getSupportedCertprofileTypes

        public static final MgmtAction getSupportedCertprofileTypes
      • getSupportedPublisherTypes

        public static final MgmtAction getSupportedPublisherTypes
      • getSupportedSignerTypes

        public static final MgmtAction getSupportedSignerTypes
      • listCertificates

        public static final MgmtAction listCertificates
      • loadConf

        public static final MgmtAction loadConf
      • notifyCaChange

        public static final MgmtAction notifyCaChange
      • removeCa

        public static final MgmtAction removeCa
      • removeCaAlias

        public static final MgmtAction removeCaAlias
      • removeCertificate

        public static final MgmtAction removeCertificate
      • removeCertprofile

        public static final MgmtAction removeCertprofile
      • removeCertprofileFromCa

        public static final MgmtAction removeCertprofileFromCa
      • removeDbSchema

        public static final MgmtAction removeDbSchema
      • removeKeypairGen

        public static final MgmtAction removeKeypairGen
      • removePublisher

        public static final MgmtAction removePublisher
      • removePublisherFromCa

        public static final MgmtAction removePublisherFromCa
      • removeRequestor

        public static final MgmtAction removeRequestor
      • removeRequestorFromCa

        public static final MgmtAction removeRequestorFromCa
      • removeSigner

        public static final MgmtAction removeSigner
      • republishCertificates

        public static final MgmtAction republishCertificates
      • restartCa

        public static final MgmtAction restartCa
      • restartCaSystem

        public static final MgmtAction restartCaSystem
      • revokeCa

        public static final MgmtAction revokeCa
      • revokeCertificate

        public static final MgmtAction revokeCertificate
      • tokenInfoP11

        public static final MgmtAction tokenInfoP11
      • unlockCa

        public static final MgmtAction unlockCa
      • unrevokeCa

        public static final MgmtAction unrevokeCa
      • unsuspendCertificate

        public static final MgmtAction unsuspendCertificate
    • Method Detail

      • values

        public static MgmtAction[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (MgmtAction c : MgmtAction.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static MgmtAction valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null