Uses of Class
org.xipki.ca.gateway.acme.type.AuthzStatus
-
Packages that use AuthzStatus Package Description org.xipki.ca.gateway.acme org.xipki.ca.gateway.acme.msg org.xipki.ca.gateway.acme.type -
-
Uses of AuthzStatus in org.xipki.ca.gateway.acme
Methods in org.xipki.ca.gateway.acme that return AuthzStatus Modifier and Type Method Description AuthzStatusAcmeAuthz. getStatus()Methods in org.xipki.ca.gateway.acme with parameters of type AuthzStatus Modifier and Type Method Description voidAcmeAuthz. status(AuthzStatus status) -
Uses of AuthzStatus in org.xipki.ca.gateway.acme.msg
Methods in org.xipki.ca.gateway.acme.msg that return AuthzStatus Modifier and Type Method Description AuthzStatusAuthzResponse. getStatus()Methods in org.xipki.ca.gateway.acme.msg with parameters of type AuthzStatus Modifier and Type Method Description voidAuthzResponse. setStatus(AuthzStatus status) -
Uses of AuthzStatus in org.xipki.ca.gateway.acme.type
Methods in org.xipki.ca.gateway.acme.type that return AuthzStatus Modifier and Type Method Description static AuthzStatusAuthzStatus. ofCode(int code)static AuthzStatusAuthzStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthzStatus[]AuthzStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-