Uses of Enum Class
org.dogtagpki.tps.msg.TPSMessage.OpType
Packages that use TPSMessage.OpType
-
Uses of TPSMessage.OpType in org.dogtagpki.tps.msg
Methods in org.dogtagpki.tps.msg that return TPSMessage.OpTypeModifier and TypeMethodDescriptionBeginOpMsg.getOpType()
TPSMessage.getOpType()
protected TPSMessage.OpType
TPSMessage.intToOpType
(int i) static TPSMessage.OpType
Returns 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)