Uses of Enum Class
org.dogtagpki.tps.msg.TPSMessage.OpType
Packages that use TPSMessage.OpType
-
Uses of TPSMessage.OpType in com.netscape.cmstools.tps
Methods in com.netscape.cmstools.tps with parameters of type TPSMessage.OpTypeModifier and TypeMethodDescriptionlongTPSClientCLI.createBeginOpMsg(TPSMessage.OpType opType, Map<String, String> exts) voidTPSClientCLI.performOperation(long client, Map<String, String> params, Map<String, String> exts, long token, long connection, TPSMessage.OpType opType) voidTPSClientCLI.performOperations(long client, Map<String, String> params, TPSMessage.OpType opType) -
Uses of TPSMessage.OpType in org.dogtagpki.tps.msg
Subclasses with type arguments of type TPSMessage.OpType in org.dogtagpki.tps.msgMethods in org.dogtagpki.tps.msg that return TPSMessage.OpTypeModifier and TypeMethodDescriptionBeginOpMsg.getOpType()TPSMessage.getOpType()protected TPSMessage.OpTypeTPSMessage.intToOpType(int i) static TPSMessage.OpTypeReturns the enum constant of this class with the specified name.static TPSMessage.OpType[]TPSMessage.OpType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dogtagpki.tps.msg with parameters of type TPSMessage.OpTypeConstructors in org.dogtagpki.tps.msg with parameters of type TPSMessage.OpTypeModifierConstructorDescriptionBeginOpMsg(TPSMessage.OpType theOp, Map<String, String> theExtensions) EndOpMsg(TPSMessage.OpType theOp, int result, EndOpMsg.TPSStatus message) ExtendedLoginResponseMsg(TPSMessage.OpType theOp, String uid, String password, Map<String, String> theExtensions)