Uses of Enum Class
org.dogtagpki.tps.msg.TPSMessage.OpType
Packages that use TPSMessage.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)